diff options
author | Colin Guthrie <colin@mageia.org> | 2012-03-19 18:36:22 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-03-19 18:36:22 +0000 |
commit | 8f76e0c29a53d860605b2d25610c62a79aa71fdc (patch) | |
tree | fc4fc950f76c4eacb748342308d820cae0e4eb5d /images | |
parent | 5227e4f767d90f841ca44734cdb386e3d0162351 (diff) | |
download | drakx-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-x | images/make_boot_img | 2 |
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'; |