From 53c4935a18314881e3045a5172fa686b308e4084 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 16 Feb 1997 18:20:07 +0000 Subject: Prelimary addition of the ramdisk-based miniroot. Still needs work. (Stolen wholesale from mvme68k.) The miniroot subdir is obsolete, and subject to removal. --- distrib/hp300/ramdisk/mtree.conf | 80 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 distrib/hp300/ramdisk/mtree.conf (limited to 'distrib/hp300/ramdisk/mtree.conf') 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 +.. -- cgit v1.2.3