From: Michael Prokop Date: Mon, 13 Jun 2011 16:34:47 +0000 (+0200) Subject: syslinux configuration: use localboot -1 to boot from next boot device instead of... X-Git-Tag: v0.15.1_0~64 X-Git-Url: http://git.grml.org/?p=grml-live-grml.git;a=commitdiff_plain;h=47b815ecbc01cb672115300e9db449538d7e3d4d syslinux configuration: use localboot -1 to boot from next boot device instead of using 0x80. [Closes: issue957] --- diff --git a/templates/boot/isolinux/hd.cfg b/templates/boot/isolinux/hd.cfg index 2da71db..15fc587 100644 --- a/templates/boot/isolinux/hd.cfg +++ b/templates/boot/isolinux/hd.cfg @@ -1,9 +1,10 @@ # local disk: label hd - menu label ^Boot from Hard Disk - localboot 0x80 + menu label ^Boot from next boot device. + localboot -1 text help - Boot from first local hard disk - - if present and bootable. + Boot from next device in + boot device order, if + present and bootable. endtext