diff options
author | jhb <jhb@FreeBSD.org> | 2002-04-11 16:39:13 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-04-11 16:39:13 +0000 |
commit | 9f1849779c2b114d033c5db7e418994ead4c73c0 (patch) | |
tree | 4803de9b9be8d65a24b937e5f256581b7c8523de /release | |
parent | d48b9c1d4aa9e91a2b799479e40f548dc4f4449b (diff) | |
download | FreeBSD-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')
-rw-r--r-- | release/amd64/mkisoimages.sh | 2 | ||||
-rw-r--r-- | release/i386/mkisoimages.sh | 2 |
2 files changed, 2 insertions, 2 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="" diff --git a/release/i386/mkisoimages.sh b/release/i386/mkisoimages.sh index caa8d4e..d0918a0 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="" |