summaryrefslogtreecommitdiff
path: root/distrib/hp300/ramdisk/mtree.conf
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-16 18:20:07 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-16 18:20:07 +0000
commit53c4935a18314881e3045a5172fa686b308e4084 (patch)
tree3a9eec60c9b5c61834b40c9dc8950c4e0fb16a89 /distrib/hp300/ramdisk/mtree.conf
parentd157596840550d9b7c742e2dca876636991e1a5f (diff)
Prelimary addition of the ramdisk-based miniroot. Still needs work.
(Stolen wholesale from mvme68k.) The miniroot subdir is obsolete, and subject to removal.
Diffstat (limited to 'distrib/hp300/ramdisk/mtree.conf')
-rw-r--r--distrib/hp300/ramdisk/mtree.conf80
1 files changed, 80 insertions, 0 deletions
diff --git a/distrib/hp300/ramdisk/mtree.conf b/distrib/hp300/ramdisk/mtree.conf
new file mode 100644
index 00000000000..dd3b0130168
--- /dev/null
+++ b/distrib/hp300/ramdisk/mtree.conf
@@ -0,0 +1,80 @@
+#
+# $OpenBSD: mtree.conf,v 1.1 1997/02/16 18:20:05 downsj Exp $
+# $NetBSD: mtree.conf,v 1.1 1995/07/18 04:13:24 briggs Exp $
+#
+
+/set type=dir uname=root gname=wheel mode=0755
+# .
+.
+
+# ./bin
+bin
+# ./bin
+..
+
+# ./dev
+dev
+# ./dev
+..
+
+# ./etc
+etc
+# ./etc
+..
+
+# ./mnt
+mnt
+# ./mnt
+..
+
+# ./mnt2
+mnt2
+# ./mnt2
+..
+
+# ./sbin
+sbin
+# ./sbin
+..
+
+# ./tmp
+tmp
+# ./tmp
+..
+
+# ./kern
+kern
+# ./kern
+..
+
+# ./usr
+usr
+
+# ./usr/bin
+bin
+# ./usr/bin
+..
+
+# ./usr/mdec
+mdec
+# ./usr/mdec
+..
+
+# ./usr/sbin
+sbin
+# ./usr/sbin
+..
+
+# ./usr/share
+share
+
+# ./usr/share/misc
+misc
+# ./usr/share/misc
+..
+
+# ./usr/share
+..
+
+# ./usr
+..