Change 'mfsroot' filename in mfsroot-small floppies from 'mfsroot-small'

to 'mfsroot'.

This is MFC candidate.

Noticed by:	Toru Morimoto <too@os.gulf.or.jp>
This commit is contained in:
Yoshihiro Takahashi 2002-12-28 16:23:42 +00:00
parent fcbe724ca1
commit a6c5babf64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108348

View File

@ -728,11 +728,11 @@ release.9:
${.CURDIR}/${TARGET}/drivers-small.conf \
${RD}/trees/base/boot/kernel ${RD}/mfsfd/modules
.endif
sh -e ${DOFS_SH} -s mfsroot-small ${RD} ${MNT} \
sh -e ${DOFS_SH} -s mfsroot ${RD} ${MNT} \
${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL}
@gzip -9vc mfsroot-small > mfsroot-small.gz
@gzip -9vc mfsroot > mfsroot.gz
@sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \
${RD} ${MNT} ${SMALLBOOTSIZE} mfsroot-small.gz \
${RD} ${MNT} ${SMALLBOOTSIZE} mfsroot.gz \
${BOOTINODE} ${SMALLBOOTLABEL}
.endif
.if exists(${.CURDIR}/${TARGET}/drivers.conf)