Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.amiga provide both miniroot.fs (for people wanting t...



details:   https://anonhg.NetBSD.org/src/rev/caae2b8fdf0a
branches:  trunk
changeset: 745860:caae2b8fdf0a
user:      is <is%NetBSD.org@localhost>
date:      Sat Mar 14 16:27:19 2020 +0000

description:
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).

diffstat:

 etc/etc.amiga/Makefile.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e56f1d48a42 -r caae2b8fdf0a etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc        Sat Mar 14 16:12:15 2020 +0000
+++ b/etc/etc.amiga/Makefile.inc        Sat Mar 14 16:27:19 2020 +0000
@@ -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 @@
 
 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*'



Home | Main Index | Thread Index | Old Index