summaryrefslogtreecommitdiffstats
path: root/release/amd64/mkisoimages.sh
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-04-11 16:39:13 +0000
committerjhb <jhb@FreeBSD.org>2002-04-11 16:39:13 +0000
commit9f1849779c2b114d033c5db7e418994ead4c73c0 (patch)
tree4803de9b9be8d65a24b937e5f256581b7c8523de /release/amd64/mkisoimages.sh
parentd48b9c1d4aa9e91a2b799479e40f548dc4f4449b (diff)
downloadFreeBSD-src-9f1849779c2b114d033c5db7e418994ead4c73c0.zip
FreeBSD-src-9f1849779c2b114d033c5db7e418994ead4c73c0.tar.gz
Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
Diffstat (limited to 'release/amd64/mkisoimages.sh')
-rw-r--r--release/amd64/mkisoimages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index caa8d4e..d0918a0 100644
--- a/release/amd64/mkisoimages.sh
+++ b/release/amd64/mkisoimages.sh
@@ -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=""
OpenPOWER on IntegriCloud