provide both miniroot.fs (for people wanting to install NetBSD without

more 3rdparty software than what's provided on our ISO) and .fs.tz (for
people downloading over slow links).
This commit is contained in:
is 2020-03-14 16:27:19 +00:00
parent 35563434c4
commit 19c1568616

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.29 2020/03/13 10:01:07 is Exp $
# $NetBSD: Makefile.inc,v 1.30 2020/03/14 16:27:19 is Exp $
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
@ -15,5 +15,7 @@ INSTALLATION_DIRS+= installation/miniroot \
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
${TOOL_GZIP} -fd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz
rm ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
${TOOL_GZIP} -cd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz > \
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'