From f7347bbbc3fc27fe8da096eadbf5b6feb4ab9171 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 29 Jan 2007 18:50:30 +0000 Subject: - use "localboot 0xffff" not "localboot", or else we try to boot device 0x00 --- bootdisk/i386/syslinux.cfg | 2 +- bootdisk/x86_64/syslinux.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootdisk') 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 -- cgit