aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-04-11 16:39:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-04-11 16:39:13 +0000
commit649739635ffc3b25be7e832b5bb4bac2a3c337f1 (patch)
tree4803de9b9be8d65a24b937e5f256581b7c8523de /release
parent6cef489c5c65d109e9758a7232cadc345520cfa3 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/amd64/mkisoimages.sh2
-rw-r--r--release/i386/mkisoimages.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index caa8d4eeedff..d0918a0cb947 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=""
diff --git a/release/i386/mkisoimages.sh b/release/i386/mkisoimages.sh
index caa8d4eeedff..d0918a0cb947 100644
--- a/release/i386/mkisoimages.sh
+++ b/release/i386/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=""