summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-12-28 16:23:42 +0000
committernyan <nyan@FreeBSD.org>2002-12-28 16:23:42 +0000
commit32074d46d651029d35b4bd2144bfcc7efd954790 (patch)
tree059546992923d806c511e663061e3fe0b29d9a26 /release/Makefile
parent48d9878f466ed4933cd5bb330e7ec04c3663e1b6 (diff)
downloadFreeBSD-src-32074d46d651029d35b4bd2144bfcc7efd954790.zip
FreeBSD-src-32074d46d651029d35b4bd2144bfcc7efd954790.tar.gz
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>
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index cb4d587..d6b7877 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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)
OpenPOWER on IntegriCloud