]>
Commit | Line | Data |
---|---|---|
68f5ac65 | 1 | UI vesamenu.c32 |
2 | MENU MASTER PASSWD $4$o3HcoX5c$VKqMo4r1IPtDM3XwimY6zYx+SeM$ | |
3 | MENU HIDDEN | |
4 | MENU CLEAR | |
5 | MENU IMMEDIATE | |
6 | ||
7 | MENU TITLE Syslinux Boot Menu | |
8 | MENU PASSPROMPT Password: | |
9 | ||
10 | MENU BACKGROUND #ff110800 | |
11 | MENU COLOR screen * #ff93a1a1 #00000000 std | |
12 | MENU COLOR border * #ffcc6600 #00000000 std | |
13 | MENU COLOR title * #ff93a1a1 #ff221100 std | |
14 | MENU COLOR unsel * #c093a1a1 #00000000 std | |
15 | MENU COLOR hotkey * #ffcb4b16 #00000000 std | |
16 | MENU COLOR sel * #ffeee8d5 #ffaa5500 std | |
17 | MENU COLOR hotsel * #ffcb4b16 #ffaa5500 std | |
18 | MENU COLOR disabled * #ff93a1a1 #ff221100 std | |
19 | MENU COLOR scrollbar * #ffcc6600 #00000000 std | |
20 | MENU COLOR tabmsg * #ffb58900 #00000000 std | |
21 | MENU COLOR cmdmark * #ff85c000 #00000000 std | |
22 | MENU COLOR cmdline * #ffeee8d5 #00000000 std | |
23 | MENU COLOR pwdborder * #ffcc6600 #ffaa5500 std | |
24 | MENU COLOR pwdheader * #ff264db2 #ffaa5500 std | |
25 | MENU COLOR pwdentry * #ffeee8d5 #ffaa5500 std | |
26 | MENU COLOR timeout_msg * #ffeee8d5 #ff110800 std | |
27 | MENU COLOR timeout * #ffcc6600 #ff110800 std | |
28 | MENU COLOR help * #ff93a1a1 #ff221100 std | |
29 | MENU MSGCOLOR #ff93a1a1 #ff221100 std | |
30 | ||
1cc6083d | 31 | DEFAULT lts |
32 | TIMEOUT 5 | |
68f5ac65 | 33 | |
34 | LABEL _linux | |
35 | MENU LABEL Linux | |
36 | MENU DISABLED | |
37 | ||
1cc6083d | 38 | LABEL lts |
68f5ac65 | 39 | MENU DEFAULT |
40 | MENU LABEL ^Alpine Linux | |
1cc6083d | 41 | LINUX /vmlinuz-lts |
68f5ac65 | 42 | APPEND root=UUID=21194c25-5a0a-410e-9f82-759441a8cfd9 rw modules=sd-mod,usb-storage,ext4 |
1cc6083d | 43 | INITRD /initramfs-lts |
68f5ac65 | 44 | TEXT HELP |
45 | Boot Alpine Linux in multi-user mode | |
46 | ENDTEXT | |
47 | ||
1cc6083d | 48 | LABEL single-lts |
68f5ac65 | 49 | MENU LABEL Alpine Linux (^maintenance) |
50 | MENU PASSWD | |
51 | COM32 cmd.c32 | |
1cc6083d | 52 | APPEND lts single |
68f5ac65 | 53 | TEXT HELP |
54 | Boot Alpine Linux in single-user (maintenance) mode | |
55 | ENDTEXT | |
56 | ||
57 | LABEL _tools | |
58 | MENU LABEL Tools | |
59 | MENU DISABLED | |
60 | ||
61 | LABEL hdt | |
62 | MENU LABEL ^HDT | |
1cc6083d | 63 | COM32 hdt.c32 |
64 | APPEND pciids=hdt/pci.ids memtest=/memtest86+-5.01.bin | |
68f5ac65 | 65 | TEXT HELP |
66 | Start the Hardware Detection Tool | |
67 | ENDTEXT | |
68 | ||
69 | LABEL memtest | |
70 | MENU LABEL Mem^test86+ | |
1cc6083d | 71 | KERNEL /memtest86+-5.01.bin |
68f5ac65 | 72 | TEXT HELP |
73 | Start Memtest86+ v5.01 | |
74 | ENDTEXT | |
75 | ||
76 | LABEL shell | |
77 | MENU LABEL ^Shell (rosh) | |
78 | MENU PASSWD | |
79 | COM32 rosh.c32 | |
80 | TEXT HELP | |
81 | Start the Read-Only Shell | |
82 | ENDTEXT | |
83 | ||
84 | MENU SEPARATOR | |
85 | ||
86 | LABEL reboot | |
87 | MENU LABEL ^Reboot | |
88 | MENU PASSWD | |
89 | COM32 reboot.c32 | |
90 | TEXT HELP | |
91 | Perform a cold reboot | |
92 | ENDTEXT | |
93 | ||
94 | LABEL warm-reboot | |
95 | MENU LABEL Warm Reboot | |
96 | MENU PASSWD | |
97 | COM32 cmd.c32 | |
98 | APPEND reboot -w | |
99 | TEXT HELP | |
100 | Perform a software/warm reboot | |
101 | ENDTEXT | |
102 | ||
103 | LABEL quit | |
104 | MENU LABEL ^Quit | |
105 | MENU PASSWD | |
106 | MENU QUIT | |
107 | TEXT HELP | |
108 | Escape to the boot prompt | |
109 | ENDTEXT |