OSDN Git Service

[update] : Added help messages.
authorhayao <shun819.mail@gmail.com>
Fri, 13 Mar 2020 13:53:22 +0000 (22:53 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 13 Mar 2020 13:53:22 +0000 (22:53 +0900)
syslinux/archiso_tail.cfg

index f559a66..6b752b2 100644 (file)
@@ -14,14 +14,24 @@ APPEND hd0 0
 
 # http://hdt-project.org/
 LABEL hdt
+TEXT HELP
+Hardware Detection Tool included with SYSLINUX.
+Displays detailed information on hardware and systems.
+ENDTEXT
 MENU LABEL Hardware Information (HDT)
 COM32 boot/syslinux/hdt.c32
 APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
 
 LABEL reboot
+TEXT HELP
+Restart your system.
+ENDTEXT
 MENU LABEL Reboot
 COM32 boot/syslinux/reboot.c32
 
 LABEL poweroff
+TEXT HELP
+Power down the system.
+ENDTEXT
 MENU LABEL Power Off
 COM32 boot/syslinux/poweroff.c32