From fce0fdabbe11c746afcf6853e82540d8d4501887 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 13 Mar 2020 22:53:22 +0900 Subject: [PATCH] [update] : Added help messages. --- syslinux/archiso_tail.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/syslinux/archiso_tail.cfg b/syslinux/archiso_tail.cfg index f559a668..6b752b2d 100644 --- a/syslinux/archiso_tail.cfg +++ b/syslinux/archiso_tail.cfg @@ -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 -- 2.11.0