mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
This commit is contained in:
parent
6cef489c5c
commit
649739635f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue