summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-18 16:12:24 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-18 16:12:24 +0000
commit24d01808a35b3f827223602559e3731e854fae45 (patch)
tree435f62b3d18e7f8c56d9ac28dea1d48c16f0be59 /bootdisk
parentf97016cfc982494ab2362bd0e530e2427622726f (diff)
downloadanaconda-24d01808a35b3f827223602559e3731e854fae45.tar.gz
anaconda-24d01808a35b3f827223602559e3731e854fae45.tar.xz
anaconda-24d01808a35b3f827223602559e3731e854fae45.zip
2007-01-18 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images.x86 (SYSLINUX): Handle doing any of vesamenu with a jpg, using the script to convert to the lss file or just having the lss file. * bootdisk/i386/syslinux.cfg: Add bits so that we can support a menu if desired
Diffstat (limited to 'bootdisk')
-rwxr-xr-xbootdisk/i386/syslinux.cfg27
1 files changed, 22 insertions, 5 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg
index 0c6dbf865..055a14eea 100755
--- a/bootdisk/i386/syslinux.cfg
+++ b/bootdisk/i386/syslinux.cfg
@@ -1,20 +1,37 @@
default linux
prompt 1
timeout 600
+
display boot.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
+
+menu background splash.jpg
+menu title Welcome to @PRODUCT@!
+menu color border 0 #ffffffff #00000000
+menu color sel 0 #ffffffff #ff000000
+menu color title 0 #ffffffff #00000000
+menu color tabmsg 0 #ffffffff #00000000
+menu color unsel 0 #ffffffff #00000000
+menu color hotsel 0 #ff000000 #ffffffff
+menu color hotkey 0 #ffffffff #ff000000
+
label linux
+ menu label ^Install or upgrade an existing system
+ menu default
kernel vmlinuz
- append initrd=initrd.img
+ append initrd=initrd.img
label text
+ menu label Install or upgrade an existing system (^text mode)
kernel vmlinuz
- append initrd=initrd.img text
-label ks
+ append initrd=initrd.img text
+label rescue
+ menu label ^Rescue installed system
kernel vmlinuz
- append ks initrd=initrd.img
+ append initrd=initrd.img rescue
label local
- localboot 1
+ menu label Boot from ^local drive
+ localboot