summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-08-16 09:30:47 +0000
committernyan <nyan@FreeBSD.org>2000-08-16 09:30:47 +0000
commit006afab40ee3e3258d506cfb8ac8a3c2f93bff89 (patch)
treeb4b908ceb50ba58b1d682538972acc653b7dc9b2
parent9406c3f2a35b925b0e7458860d00d22874fc9574 (diff)
downloadFreeBSD-src-006afab40ee3e3258d506cfb8ac8a3c2f93bff89.zip
FreeBSD-src-006afab40ee3e3258d506cfb8ac8a3c2f93bff89.tar.gz
Decrease the size of mfsroot.flp for PC-98 to 1.2MB.
-rw-r--r--release/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 889fa2e..3eb2b94 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -556,12 +556,15 @@ release.8: write_mfs_in_kernel
sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \
${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL}
@gzip -9vc mfsroot > mfsroot.gz
- @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \
- ${RD} ${MNT} ${BOOTSIZE} mfsroot.gz ${BOOTINODE} ${BOOTLABEL}
.if ${MACHINE} == "pc98"
+ @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \
+ ${RD} ${MNT} ${SMALLBOOTSIZE} mfsroot.gz \
+ ${BOOTINODE} ${SMALLBOOTLABEL}
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern-small FDSIZE=SMALL
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern
.else
+ @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \
+ ${RD} ${MNT} ${BOOTSIZE} mfsroot.gz ${BOOTINODE} ${BOOTLABEL}
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=boot FDSIZE=BIG
.endif
OpenPOWER on IntegriCloud