readd poweroff to syslinux menus

This commit is contained in:
Tobias Powalowski 2013-06-06 08:34:20 +02:00
parent e4b2881590
commit 170e42ed10
3 changed files with 8 additions and 9 deletions

View file

@ -99,4 +99,8 @@ LABEL reboot
MENU LABEL Reboot MENU LABEL Reboot
COM32 reboot.c32 COM32 reboot.c32
LABEL poweroff
MENU LABEL Poweroff
COM32 poweroff.c32
ONTIMEOUT arch32 ONTIMEOUT arch32

View file

@ -69,4 +69,8 @@ LABEL reboot
MENU LABEL Reboot MENU LABEL Reboot
COM32 reboot.c32 COM32 reboot.c32
LABEL poweroff
MENU LABEL Poweroff
COM32 poweroff.c32
ONTIMEOUT arch ONTIMEOUT arch

View file

@ -1,9 +0,0 @@
Select the appropriate option in the following menu.
- If you have trouble with IDE drives, select the "ide-legacy" option.
- If your system hangs during the boot process, any combinations of the
boot options noapic acpi=off pci=routeirq nosmp nomsi may be useful.
- To edit boot options, follow the instructions in the following menu
- Select "Memory Check" to run memtest86+
- To boot an installed system, select one of the "Installed system" prototypes
and edit the "root" and "kernel" lines appropriately