index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-07-04 19:13:46 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-07-11 15:10:34 +0300 |
commit | 9f3c69ee08979930bd775d96a037335b9d39fba8 (patch) | |
tree | fb90c991e21ee8a2da950d11345bf3b6456c1649 /configs/releng | |
parent | fda96ac8ddc72a52a7ebed105e927f3067eb6da0 (diff) |
-rw-r--r-- | configs/releng/syslinux/archiso_tail.cfg | 8 |
diff --git a/configs/releng/syslinux/archiso_tail.cfg b/configs/releng/syslinux/archiso_tail.cfg index e85d8e1..34b6c5b 100644 --- a/configs/releng/syslinux/archiso_tail.cfg +++ b/configs/releng/syslinux/archiso_tail.cfg @@ -19,9 +19,17 @@ COM32 boot/syslinux/hdt.c32 APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz LABEL reboot +TEXT HELP +Reboot computer. +The computer's firmware must support APM. +ENDTEXT MENU LABEL Reboot COM32 boot/syslinux/reboot.c32 LABEL poweroff +TEXT HELP +Power off computer. +The computer's firmware must support APM. +ENDTEXT MENU LABEL Power Off COM32 boot/syslinux/poweroff.c32 |