-
Notifications
You must be signed in to change notification settings - Fork 0
/
isolinux.cfg
27 lines (24 loc) · 1.08 KB
/
isolinux.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
UI vesamenu.c32
MENU TITLE Boot Menu
DEFAULT linux
TIMEOUT 1
MENU RESOLUTION 640 480
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
LABEL linux
MENU LABEL Alpine Live [BIOS/ISOLINUX]
MENU DEFAULT
KERNEL /live/vmlinuz
APPEND initrd=/live/initrd modules=loop,cdrom,isofs,squashfs,sd-mod,usb-storage console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0
LABEL linux
MENU LABEL Alpine Live [BIOS/ISOLINUX] (nomodeset)
MENU DEFAULT
KERNEL /live/vmlinuz
APPEND initrd=/live/initrd modules=loop,cdrom,isofs,squashfs,sd-mod,usb-storage console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 nomodeset