Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/distrib/common Pullup rev 1.5 (requested by dsl in tick...



details:   https://anonhg.NetBSD.org/src/rev/3ca8aeec1cb4
branches:  netbsd-2-0
changeset: 560710:3ca8aeec1cb4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Apr 30 03:43:04 2004 +0000

description:
Pullup rev 1.5 (requested by dsl in ticket #238)

Add /targetroot (used by sysinst) so that sysinst can work on sparc (etc)
systems booted off a readonly miniroot.

diffstat:

 distrib/common/mtree.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r be269fb1d09b -r 3ca8aeec1cb4 distrib/common/mtree.common
--- a/distrib/common/mtree.common       Fri Apr 30 03:42:20 2004 +0000
+++ b/distrib/common/mtree.common       Fri Apr 30 03:43:04 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mtree.common,v 1.4 2003/05/09 01:45:08 lukem Exp $
+#      $NetBSD: mtree.common,v 1.4.2.1 2004/04/30 03:43:04 jmc Exp $
 
 /set                           type=dir uname=root gname=wheel mode=0755
 
@@ -10,6 +10,7 @@
 ./mnt2
 ./kern
 ./sbin
+./targetroot
 ./tmp                          mode=01777
 ./usr
 ./usr/bin



Home | Main Index | Thread Index | Old Index