Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/atari/floppies/common Use local MTREECONF to omit un...
details: https://anonhg.NetBSD.org/src/rev/db25379644ae
branches: trunk
changeset: 343342:db25379644ae
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 30 05:15:18 2016 +0000
description:
Use local MTREECONF to omit unnecessary dirs.
diffstat:
distrib/atari/floppies/common/Makefile.images | 4 ++--
distrib/atari/floppies/common/mtree.conf | 23 +++++++++++++++++++++--
2 files changed, 23 insertions(+), 4 deletions(-)
diffs (46 lines):
diff -r ba7a0ee74012 -r db25379644ae distrib/atari/floppies/common/Makefile.images
--- a/distrib/atari/floppies/common/Makefile.images Sat Jan 30 04:12:38 2016 +0000
+++ b/distrib/atari/floppies/common/Makefile.images Sat Jan 30 05:15:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.images,v 1.10 2015/08/12 18:08:02 tsutsui Exp $
+# $NetBSD: Makefile.images,v 1.11 2016/01/30 05:15:18 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -11,7 +11,7 @@
CRUNCHBIN= instbin
LISTS= ${.CURDIR}/list ${.CURDIR}/../common/list.images
-MTREECONF= ${DISTRIBDIR}/common/mtree.common
+MTREECONF= ${.CURDIR}/../common/mtree.conf
IMAGEENDIAN= be
IMAGEDEPENDS+= ${CRUNCHBIN} \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd
diff -r ba7a0ee74012 -r db25379644ae distrib/atari/floppies/common/mtree.conf
--- a/distrib/atari/floppies/common/mtree.conf Sat Jan 30 04:12:38 2016 +0000
+++ b/distrib/atari/floppies/common/mtree.conf Sat Jan 30 05:15:18 2016 +0000
@@ -1,3 +1,22 @@
-# $NetBSD: mtree.conf,v 1.1.1.1 2002/04/12 21:11:47 leo Exp $
+# $NetBSD: mtree.conf,v 1.2 2016/01/30 05:15:18 tsutsui Exp $
+
+/set type=dir uname=root gname=wheel mode=0755
-./.profile type=file uname=root gname=wheel mode=0644
+.
+./bin
+./dev
+./etc
+./mnt
+./mnt2
+./sbin
+./targetroot
+./tmp mode=01777
+./usr
+./usr/bin
+./usr/mdec
+./usr/sbin
+./usr/share
+./var
+./var/db
+./var/run
+./var/log
Home |
Main Index |
Thread Index |
Old Index