From f3b93ad3212da7d11c3a783dccded5147b3e350b Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 18 Apr 2012 16:24:56 +0200 Subject: Adding nosplash to the list of options appended in fail-safe mode. --- scripts/build/lb_binary_grub | 2 +- scripts/build/lb_binary_grub2 | 2 +- scripts/build/lb_binary_silo | 2 +- scripts/build/lb_binary_yaboot | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub index 958de3e21..70be63c61 100755 --- a/scripts/build/lb_binary_grub +++ b/scripts/build/lb_binary_grub @@ -183,7 +183,7 @@ fi LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Parameters are listed at: linux/Documentation/kernel-parameters.txt -FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal" +FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" # Assembling kernel configuration diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2 index 65ab26aae..b52e14c81 100755 --- a/scripts/build/lb_binary_grub2 +++ b/scripts/build/lb_binary_grub2 @@ -157,7 +157,7 @@ fi LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Parameters are listed at: linux/Documentation/kernel-parameters.txt -FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal" +FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" # Assembling kernel configuration diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo index cf8c181c7..abbbb2c27 100755 --- a/scripts/build/lb_binary_silo +++ b/scripts/build/lb_binary_silo @@ -147,7 +147,7 @@ fi LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Parameters are listed at: linux/Documentation/kernel-parameters.txt -FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=ofonly" +FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=ofonly" # Assembling kernel configuration diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot index 47266baec..b2f5b2306 100755 --- a/scripts/build/lb_binary_yaboot +++ b/scripts/build/lb_binary_yaboot @@ -189,7 +189,7 @@ fi LB_BOOTAPPEND_LIVE="$(echo ${LB_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Parameters are listed at: linux/Documentation/kernel-parameters.txt -FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=ofonly" +FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=ofonly" # Assembling kernel configuration -- cgit v1.2.3