mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
This commit is contained in:
parent
6cef489c5c
commit
649739635f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94440
@ -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