Fixed the boot menu

This commit is contained in:
bauen1 2017-12-05 18:27:59 +01:00
parent fbf7cd37d8
commit a44d44b987
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -56,13 +56,11 @@ SAY Press enter to boot minimal linux or wait 5 seconds
SAY Press tab to view available boot entries or enter syslinux commands directly
LABEL mll
SAY Now booting minimal linux
LINUX kernel.xz
APPEND vga=ask
INITRD rootfs.xz
LABEL mll_nomodeset
SAY Now booting minimal linux with 'nomodeset'
LINUX kernel.xz
APPEND vga=ask nomodeset
INITRD rootfs.xz