34 lines
680 B
INI
34 lines
680 B
INI
|
LABEL existing
|
||
|
TEXT HELP
|
||
|
Boot an existing operating system.
|
||
|
Press TAB to edit the disk and partition number to boot.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Boot From Hard Drive
|
||
|
COM32 chain.c32
|
||
|
APPEND hd0 0
|
||
|
|
||
|
LABEL hdt
|
||
|
TEXT HELP
|
||
|
Show hardware information.
|
||
|
Display the computer's hardware information with HDT.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Hardware Information
|
||
|
COM32 hdt.c32
|
||
|
APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz
|
||
|
|
||
|
LABEL reboot
|
||
|
TEXT HELP
|
||
|
Reboot computer.
|
||
|
The computer's firmware must support APM.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Reboot Computer
|
||
|
COM32 reboot.c32
|
||
|
|
||
|
LABEL poweroff
|
||
|
TEXT HELP
|
||
|
Power off computer.
|
||
|
The computer's firmware must support APM.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Power Off Computer
|
||
|
COM32 poweroff.c32
|