Switch to using cdboot for booting i386 CD's by default.

Approved by:	murray
This commit is contained in:
John Baldwin 2002-04-11 16:39:13 +00:00
parent 6cef489c5c
commit 649739635f
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
if [ "x$1" = "x-b" ]; then
# This is highly x86-centric and will be used directly below.
bootable="-b floppies/boot.flp -c floppies/boot.catalog"
bootable="-b boot/cdboot -no-emul-boot"
shift
else
bootable=""

View File

@ -25,7 +25,7 @@
if [ "x$1" = "x-b" ]; then
# This is highly x86-centric and will be used directly below.
bootable="-b floppies/boot.flp -c floppies/boot.catalog"
bootable="-b boot/cdboot -no-emul-boot"
shift
else
bootable=""