Fixed the boot menu
This commit is contained in:
parent
fbf7cd37d8
commit
a44d44b987
@ -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
|
SAY Press tab to view available boot entries or enter syslinux commands directly
|
||||||
|
|
||||||
LABEL mll
|
LABEL mll
|
||||||
SAY Now booting minimal linux
|
|
||||||
LINUX kernel.xz
|
LINUX kernel.xz
|
||||||
APPEND vga=ask
|
APPEND vga=ask
|
||||||
INITRD rootfs.xz
|
INITRD rootfs.xz
|
||||||
|
|
||||||
LABEL mll_nomodeset
|
LABEL mll_nomodeset
|
||||||
SAY Now booting minimal linux with 'nomodeset'
|
|
||||||
LINUX kernel.xz
|
LINUX kernel.xz
|
||||||
APPEND vga=ask nomodeset
|
APPEND vga=ask nomodeset
|
||||||
INITRD rootfs.xz
|
INITRD rootfs.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user