summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-03-19 18:36:22 +0000
committerColin Guthrie <colin@mageia.org>2012-03-19 18:36:22 +0000
commit8f76e0c29a53d860605b2d25610c62a79aa71fdc (patch)
treefc4fc950f76c4eacb748342308d820cae0e4eb5d /images
parent5227e4f767d90f841ca44734cdb386e3d0162351 (diff)
downloaddrakx-backup-do-not-use-8f76e0c29a53d860605b2d25610c62a79aa71fdc.tar
drakx-backup-do-not-use-8f76e0c29a53d860605b2d25610c62a79aa71fdc.tar.gz
drakx-backup-do-not-use-8f76e0c29a53d860605b2d25610c62a79aa71fdc.tar.bz2
drakx-backup-do-not-use-8f76e0c29a53d860605b2d25610c62a79aa71fdc.tar.xz
drakx-backup-do-not-use-8f76e0c29a53d860605b2d25610c62a79aa71fdc.zip
Use the 'splash quiet' default kernel command line.
This is just a transition from the splash=silent that used to be used. Semantically this should just be a natural progression.
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index b94de01d6..5600e0635 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -11,7 +11,7 @@ my ($arch) = $Config{archname} =~ /(.*?)-/;
my $default_append = '';
my $default_acpi = '';
-my $default_vga = "vga=788 splash=silent";
+my $default_vga = "vga=788 splash quiet";
my $timeout = 150;
my $lib = $arch eq 'x86_64' ? 'lib64' : 'lib';
my $isolinux_bin = '/usr/lib/syslinux/isolinux-' . ($arch eq 'x86_64' ? 'x86_64' : 'i586') . '.bin';