mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
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:
parent
d3e8a78512
commit
c70692752f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117915
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user