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
This commit is contained in:
Ruslan Ermilov 2003-07-23 06:00:56 +00:00
parent d3e8a78512
commit c70692752f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117915

View File

@ -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 \