Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
This commit is contained in:
parent
6cef489c5c
commit
649739635f
@ -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=""
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user