summaryrefslogtreecommitdiff
path: root/helpers/binary_syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_syslinux')
-rwxr-xr-xhelpers/binary_syslinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_syslinux b/helpers/binary_syslinux
index af7e9cd..2553195 100755
--- a/helpers/binary_syslinux
+++ b/helpers/binary_syslinux
@@ -503,7 +503,7 @@ fi
LH_BOOTAPPEND_LIVE="$(echo ${LH_BOOTAPPEND_LIVE} | sed -e 's| ||')"
# Parameters are listed at: linux/Documentation/kernel-parameters.txt
-FAILSAFE="noapic noapm nodma nomce nolapic nosmp vga=normal"
+FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal"
# Moving kernels into place
if [ "binary/${INITFS}" != "${KERNEL_PATH}" ]