summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-04-21 10:45:50 +0200
committerDaniel Baumann <daniel@debian.org>2012-04-21 10:47:13 +0200
commit1361d324e1c96c09b8496b1d01cdb7f54e7abeaa (patch)
tree6fbc24c48c9c00e609843938a8bb6fbfa6a83742 /scripts
parentf3b93ad3212da7d11c3a783dccded5147b3e350b (diff)
downloadvyos-live-build-1361d324e1c96c09b8496b1d01cdb7f54e7abeaa.tar.gz
vyos-live-build-1361d324e1c96c09b8496b1d01cdb7f54e7abeaa.zip
Adding memtest to the list of options appended in fail-safe mode.
Diffstat (limited to 'scripts')
-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 70be63c61..ca52032ef 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 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 b52e14c81..3021fd108 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 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 abbbb2c27..05f35d62e 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 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 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