OSDN Git Service

Customize boot option
[boonux/boonux.git] / syslinux / archiso_tail.cfg
1 LABEL existing
2 TEXT HELP
3 Boot an existing operating system.
4 Press TAB to edit the disk and partition number to boot.
5 ENDTEXT
6 MENU LABEL Boot existing OS
7 COM32 boot/syslinux/chain.c32
8 APPEND hd0 0
9
10 # http://www.memtest.org/
11 LABEL memtest
12 MENU LABEL Run Memtest86+ (RAM test)
13 LINUX boot/memtest
14
15 # http://hdt-project.org/
16 LABEL hdt
17 MENU LABEL Hardware Information (HDT)
18 COM32 boot/syslinux/hdt.c32
19 APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
20
21 LABEL reboot
22 MENU LABEL Reboot
23 COM32 boot/syslinux/reboot.c32
24
25 LABEL poweroff
26 MENU LABEL Power Off
27 COM32 boot/syslinux/poweroff.c32