Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/etc/etc.amiga Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/c4a385eaa631
branches: netbsd-8
changeset: 852770:c4a385eaa631
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 23 10:13:21 2020 +0000
description:
Pull up following revision(s) (requested by is in ticket #1522):
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 2c4e2addd007 -r c4a385eaa631 etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc Mon Mar 16 12:23:05 2020 +0000
+++ b/etc/etc.amiga/Makefile.inc Mon Mar 23 10:13:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.27 2012/07/09 18:12:11 rkujawa Exp $
+# $NetBSD: Makefile.inc,v 1.27.26.1 2020/03/23 10:13:21 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