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 the (small) miniroot uncompressed, so ...



details:   https://anonhg.NetBSD.org/src/rev/fefcfe9644dc
branches:  trunk
changeset: 745823:fefcfe9644dc
user:      is <is%NetBSD.org@localhost>
date:      Fri Mar 13 10:01:07 2020 +0000

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

diffstat:

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

diffs (16 lines):

diff -r 456e244b41c9 -r fefcfe9644dc etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc        Fri Mar 13 07:43:14 2020 +0000
+++ b/etc/etc.amiga/Makefile.inc        Fri Mar 13 10:01:07 2020 +0000
@@ -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 @@
 
 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*'



Home | Main Index | Thread Index | Old Index