diff options
author | Peter Jones <pjones@redhat.com> | 2007-01-29 18:50:30 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2007-01-29 18:50:30 +0000 |
commit | f7347bbbc3fc27fe8da096eadbf5b6feb4ab9171 (patch) | |
tree | ecc44f856d2e3547ba7392ddc442ec153615b95e /bootdisk | |
parent | 13d2ca383ae8768cbad11e046d5faec0147a83ac (diff) | |
download | anaconda-f7347bbbc3fc27fe8da096eadbf5b6feb4ab9171.tar.gz anaconda-f7347bbbc3fc27fe8da096eadbf5b6feb4ab9171.tar.xz anaconda-f7347bbbc3fc27fe8da096eadbf5b6feb4ab9171.zip |
- use "localboot 0xffff" not "localboot", or else we try to boot device 0x00
Diffstat (limited to 'bootdisk')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 2 | ||||
-rwxr-xr-x | bootdisk/x86_64/syslinux.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 055a14eea..351c75d44 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -34,4 +34,4 @@ label rescue append initrd=initrd.img rescue label local menu label Boot from ^local drive - localboot + localboot 0xffff diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg index 055a14eea..351c75d44 100755 --- a/bootdisk/x86_64/syslinux.cfg +++ b/bootdisk/x86_64/syslinux.cfg @@ -34,4 +34,4 @@ label rescue append initrd=initrd.img rescue label local menu label Boot from ^local drive - localboot + localboot 0xffff |