diff options
author | Daniel Baumann <daniel@debian.org> | 2012-04-21 10:45:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-04-21 10:47:13 +0200 |
commit | 1361d324e1c96c09b8496b1d01cdb7f54e7abeaa (patch) | |
tree | 6fbc24c48c9c00e609843938a8bb6fbfa6a83742 /scripts/build/lb_binary_yaboot | |
parent | f3b93ad3212da7d11c3a783dccded5147b3e350b (diff) | |
download | vyos-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/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 |