/floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs.

Forgotten by:	jhb
This commit is contained in:
Ruslan Ermilov 2003-07-22 09:04:09 +00:00
parent a018375a89
commit 51096483bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117874

View File

@ -891,10 +891,6 @@ cdrom.1:
@echo 'mfsroot_name="/boot/mfsroot"' >> ${CD_DISC2}/boot/loader.conf
@cp -Rp ${CD_DISC2}/boot ${CD_DISC1}
.endif
.if ${TARGET} == "i386"
@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 \