Provide the (small) miniroot uncompressed, so that it can be used from

an AmigaOS without additional software to install NetBSD.
Closes PR port-amiga/45443
This commit is contained in:
is 2020-03-13 10:01:07 +00:00
parent d1ec24aa2f
commit ca70afd1bf
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.28 2018/09/23 06:39:23 rin Exp $
# $NetBSD: Makefile.inc,v 1.29 2020/03/13 10:01:07 is Exp $
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
@ -15,4 +15,5 @@ INSTALLATION_DIRS+= installation/miniroot \
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'
${TOOL_GZIP} -fd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'