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 | 03e538822ee081d807b279738fe39e731a351982 (patch) | |
tree | fc4fc950f76c4eacb748342308d820cae0e4eb5d | |
parent | f46a14386632991b2805c90fd95f16e049198b10 (diff) | |
download | drakx-03e538822ee081d807b279738fe39e731a351982.tar drakx-03e538822ee081d807b279738fe39e731a351982.tar.gz drakx-03e538822ee081d807b279738fe39e731a351982.tar.bz2 drakx-03e538822ee081d807b279738fe39e731a351982.tar.xz drakx-03e538822ee081d807b279738fe39e731a351982.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.
-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'; |