diff options
Diffstat (limited to 'scripts/build/lb_binary_yaboot')
-rwxr-xr-x | scripts/build/lb_binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot index b2f5b2306..ff706ced0 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 nosplash vga=ofonly" +FAILSAFE="memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=ofonly" # Assembling kernel configuration |