Module Name:    src
Committed By:   is
Date:           Sat Mar 14 16:27:19 UTC 2020

Modified Files:
        src/etc/etc.amiga: Makefile.inc

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/etc/etc.amiga/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.amiga/Makefile.inc
diff -u src/etc/etc.amiga/Makefile.inc:1.29 src/etc/etc.amiga/Makefile.inc:1.30
--- src/etc/etc.amiga/Makefile.inc:1.29	Fri Mar 13 10:01:07 2020
+++ src/etc/etc.amiga/Makefile.inc	Sat Mar 14 16:27:19 2020
@@ -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/miniroo
 
 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*'

Reply via email to