[SCM] live-build branch, debian-next, updated. debian/3.0_a46-1-7-g3c94ea6

Daniel Baumann daniel at debian.org
Sat Apr 21 08:45:51 UTC 2012


The following commit has been merged in the debian-next branch:
commit 3c94ea6da4b574ba0018eccf720711abe4434635
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Apr 21 10:45:50 2012 +0200

    Adding memtest=1 to the list of options appended in fail-safe mode.

diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub
index 70be63c..cac294d 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 nosplash vga=normal"
+FAILSAFE="memtest=1 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 b52e14c..1a3916e 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 nosplash vga=normal"
+FAILSAFE="memtest=1 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 abbbb2c..3d9fd82 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 nosplash vga=ofonly"
+FAILSAFE="memtest=1 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 b2f5b23..b72c63a 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=1 noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=ofonly"
 
 # Assembling kernel configuration
 

-- 
live-build



More information about the debian-live-changes mailing list