diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-01-19 21:45:42 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-01-19 21:45:42 +0000 |
commit | 00f9ed55618fb72de4be21b9d6ca090b23230c0d (patch) | |
tree | f7276e1392d56c05552a13b0c706a3c87d582cde /bootdisk | |
parent | 25f944cfa965a8edfda8ec667d5dc0aeb03a2822 (diff) | |
download | anaconda-00f9ed55618fb72de4be21b9d6ca090b23230c0d.tar.gz anaconda-00f9ed55618fb72de4be21b9d6ca090b23230c0d.tar.xz anaconda-00f9ed55618fb72de4be21b9d6ca090b23230c0d.zip |
2007-01-19 Jeremy Katz <katzj@redhat.com>
* bootdisk/x86_64/syslinux.cfg: Update this one too
Diffstat (limited to 'bootdisk')
-rwxr-xr-x | bootdisk/x86_64/syslinux.cfg | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg index c168fc428..055a14eea 100755 --- a/bootdisk/x86_64/syslinux.cfg +++ b/bootdisk/x86_64/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 label text + menu label Install or upgrade an existing system (^text mode) kernel vmlinuz append initrd=initrd.img text -label ks +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 |