OSDN Git Service

[fix] : Try to resolve denepdences
[alterlinux/alterlinux.git] / syslinux / archiso_tail.cfg
1 # Yamada Hayao
2 # Twitter: @Hayao0819
3 # Email  : hayao@fascode.net
4 #
5 # (c) 2019-2021 Fascode Network.
6 #
7
8 LABEL existing
9 TEXT HELP
10 Boot an existing operating system.
11 Press TAB to edit the disk and partition number to boot.
12 ENDTEXT
13 MENU LABEL Boot existing OS
14 COM32 syslinux/chain.c32
15 APPEND hd0 0
16
17 # http://hdt-project.org/
18 LABEL hdt
19 TEXT HELP
20 Hardware Detection Tool included with SYSLINUX.
21 Displays detailed information on hardware and systems.
22 ENDTEXT
23 MENU LABEL Hardware Information (HDT)
24 COM32 syslinux/hdt.c32
25 APPEND modules_alias=syslinux/hdt/modalias.gz pciids=syslinux/hdt/pciids.gz
26
27 LABEL reboot
28 TEXT HELP
29 Reboot computer.
30 The computer's firmware must support APM.
31 ENDTEXT
32 MENU LABEL Reboot
33 COM32 syslinux/reboot.c32
34
35 LABEL poweroff
36 TEXT HELP
37 Power off computer.
38 The computer's firmware must support APM.
39 ENDTEXT
40 MENU LABEL Power Off
41 COM32 syslinux/poweroff.c32