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/38a393be276d
branches: trunk
changeset: 1008159:38a393be276d
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 ac4dcabd10f2 -r 38a393be276d 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