From 7cb67d42fa7784e97648d7eb81f1947c82e8024d Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 2 Dec 2011 00:44:02 -0300 Subject: [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 --- configs/releng/syslinux/archiso_head.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configs/releng/syslinux/archiso_head.cfg') 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 -- cgit v1.2.3-54-g00ecf