Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/etc/etc.amiga Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/4683610b4317
branches: netbsd-9
changeset: 963742:4683610b4317
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 23 10:03:28 2020 +0000
description:
Pull up following revision(s) (requested by is in ticket #801):
etc/etc.amiga/Makefile.inc: revision 1.30
etc/etc.amiga/Makefile.inc: revision 1.31
etc/etc.amiga/Makefile.inc: revision 1.29
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
-
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).
-
Fix build; add -f flag to "rm miniroot.fs" in case of its absence.
diffstat:
etc/etc.amiga/Makefile.inc | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 72bd5d9548fe -r 4683610b4317 etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc Sat Mar 21 20:25:42 2020 +0000
+++ b/etc/etc.amiga/Makefile.inc Mon Mar 23 10:03:28 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.28.2.1 2020/03/23 10:03:28 martin Exp $
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
@@ -15,4 +15,7 @@
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
-# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'
+ rm -f ${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