summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-23 06:00:56 +0000
committerru <ru@FreeBSD.org>2003-07-23 06:00:56 +0000
commit8af435a95b23b497d1f4da11be253193fcc6e8f9 (patch)
tree0a699f6ac202d6f43f4899f45bbd6d08ad2e79a3 /release/Makefile
parentfc5fa1c32ba804f330f6508e9de3732489602ab4 (diff)
downloadFreeBSD-src-8af435a95b23b497d1f4da11be253193fcc6e8f9.zip
FreeBSD-src-8af435a95b23b497d1f4da11be253193fcc6e8f9.tar.gz
Revert revision 1.788, and explain a bit the intent of having
the boot.flp image on the second CD-ROM. Explained by: jhb Desired by: vendors
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 7635db0..0720625 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -888,6 +888,11 @@ cdrom.1:
@echo 'mfsroot_name="/boot/mfsroot"' >> ${CD_DISC2}/boot/loader.conf
@cp -Rp ${CD_DISC2}/boot ${CD_DISC1}
.endif
+.if ${TARGET} == "i386"
+ # In case bootable ISO with floppy emulation is desired.
+ @mkdir -p ${CD_DISC2}/floppies
+ @cp ${CD_DISC1}/floppies/boot.flp ${CD_DISC2}/floppies
+.endif
.if !defined(NOPORTS)
@mkdir -p ${CD_DISC1}/ports && \
tar --exclude CVS --exclude 'ports/distfiles/*' -czf \
OpenPOWER on IntegriCloud