changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / syslinux/archiso_tail.cfg

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
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 chain.c32
8 APPEND hd0 0
9 
10 # https://www.memtest.org/
11 LABEL memtest
12 MENU LABEL Run Memtest86+ (RAM test)
13 LINUX /boot/memtest86+/memtest
14 
15 # https://wiki.syslinux.org/wiki/index.php/Hdt_(Hardware_Detection_Tool)
16 LABEL hdt
17 MENU LABEL Hardware Information (HDT)
18 COM32 hdt.c32
19 APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz
20 
21 LABEL reboot
22 TEXT HELP
23 Reboot computer.
24 The computer's firmware must support APM.
25 ENDTEXT
26 MENU LABEL Reboot
27 COM32 reboot.c32
28 
29 LABEL poweroff
30 TEXT HELP
31 Power off computer.
32 The computer's firmware must support APM.
33 ENDTEXT
34 MENU LABEL Power Off
35 COM32 poweroff.c32