diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-08 06:24:40 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-08 06:24:40 +0000 |
commit | 08abf05a869d9f262b07f41ffc9cee038afb25f2 (patch) | |
tree | 32cdaf85e35092776eed589f9298d83ef592f27f | |
parent | 88fd08d114493dd0e59a1a22d1a00a7ccac3a38a (diff) |
Add var/tmp to install floppy
-rw-r--r-- | distrib/i386/floppies/ramdisk/mtree.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/distrib/i386/floppies/ramdisk/mtree.conf b/distrib/i386/floppies/ramdisk/mtree.conf index 75733dbb007..fafd2133b9c 100644 --- a/distrib/i386/floppies/ramdisk/mtree.conf +++ b/distrib/i386/floppies/ramdisk/mtree.conf @@ -1,4 +1,4 @@ -# $OpenBSD: mtree.conf,v 1.3 1997/04/17 02:10:47 niklas Exp $ +# $OpenBSD: mtree.conf,v 1.4 1997/05/08 06:24:39 tholo Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -81,3 +81,15 @@ misc # ./usr .. + +# ./var +var + +# ./var/tmp +tmp mode=0177 + +# ./var/tmp +.. + +# ./var +.. |