summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build/lb_binary_grub2
-rwxr-xr-xscripts/build/lb_binary_grub22
-rwxr-xr-xscripts/build/lb_binary_silo2
-rwxr-xr-xscripts/build/lb_binary_yaboot2
4 files changed, 4 insertions, 4 deletions
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