From be591050448ae3f55382e221d6fadb507be5d465 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 8 Feb 2010 03:58:25 -0300 Subject: Update splash screen and minor cleanups. Note: Resolved merge conflict Split from commit 31296c60 from Svenstaro branch Signed-off-by: Gerardo Exequiel Pozzi --- .../syslinux-iso/boot-files/isolinux/isolinux.cfg | 34 +++++++++++++++++----- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'configs/syslinux-iso/boot-files/isolinux/isolinux.cfg') diff --git a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg index 821dd5b..51b52ae 100644 --- a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg +++ b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg @@ -1,6 +1,6 @@ DEFAULT vesamenu.c32 PROMPT 0 -MENU TITLE Arch Linux YYY XXX +MENU TITLE Arch Linux MENU BACKGROUND /boot/splash.png TIMEOUT 3000 @@ -11,10 +11,13 @@ F3 help.txt MENU WIDTH 78 MENU MARGIN 4 -MENU ROWS 5 -MENU VSHIFT 2 -MENU HELPMSGROW 22 -MENU HELPMSGENDROW 24 +MENU ROWS 6 +MENU VSHIFT 10 +MENU TIMEOUTROW 13 +MENU TABMSGROW 11 +MENU CMDLINEROW 11 +MENU HELPMSGROW 16 +MENU HELPMSGENDROW 29 # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu @@ -30,11 +33,28 @@ MENU COLOR tabmsg 31;40 #30ffffff #00000000 std LABEL arch TEXT HELP -Put some silly text in here will you +Boot the Arch Linux live medium. It allows you to install Arch Linux or +perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux KERNEL /boot/vmlinuz26 -APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso.img radeon.modeset=0 +APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso.img + +LABEL normal +TEXT HELP +Continue normal booting procedure. +ENDTEXT +MENU LABEL Boot normally +LOCALBOOT + +LABEL existing +TEXT HELP +Boot an existing operating system. Press TAB to edit the disk and partition +number to boot. +ENDTEXT +MENU LABEL Boot existing OS +KERNEL chain.c32 +APPEND hd0 0 # http://www.memtest.org/ LABEL memtest -- cgit v1.2.3-70-g09d2