diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 00:44:02 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 14:12:11 -0300 |
commit | 7cb67d42fa7784e97648d7eb81f1947c82e8024d (patch) | |
tree | 77daa75652a5f8305ab2ce1aaaa05820aed098cb /configs/releng/syslinux | |
parent | 7c83ce219a8e27cbe46319bce6a608b60cfe53db (diff) | |
download | archiso32-7cb67d42fa7784e97648d7eb81f1947c82e8024d.tar.xz |
[configs/*] syslinux: Use UI instead of DEFAULT for *menu.c32
* UI is more correct than DEFAULT for simple menu system.
* Remove TIMEOUT
* Remove PROMPT 0, this is the default value.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/syslinux')
-rw-r--r-- | configs/releng/syslinux/archiso_head.cfg | 5 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_tail.cfg | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/configs/releng/syslinux/archiso_head.cfg b/configs/releng/syslinux/archiso_head.cfg index d9dee2e..508373d 100644 --- a/configs/releng/syslinux/archiso_head.cfg +++ b/configs/releng/syslinux/archiso_head.cfg @@ -1,15 +1,12 @@ SERIAL 0 38400 -DEFAULT boot/syslinux/vesamenu.c32 -PROMPT 0 +UI boot/syslinux/vesamenu.c32 MENU TITLE Arch Linux MENU BACKGROUND boot/syslinux/splash.png -TIMEOUT 3000 MENU WIDTH 78 MENU MARGIN 4 MENU ROWS 6 MENU VSHIFT 10 -MENU TIMEOUTROW 13 MENU TABMSGROW 11 MENU CMDLINEROW 11 MENU HELPMSGROW 16 diff --git a/configs/releng/syslinux/archiso_tail.cfg b/configs/releng/syslinux/archiso_tail.cfg index 984aace..a55548c 100644 --- a/configs/releng/syslinux/archiso_tail.cfg +++ b/configs/releng/syslinux/archiso_tail.cfg @@ -25,5 +25,3 @@ COM32 boot/syslinux/reboot.c32 LABEL poweroff MENU LABEL Power Off COMBOOT boot/syslinux/poweroff.com - -ONTIMEOUT arch |