diff options
author | 1997-05-08 06:24:39 +0000 | |
---|---|---|
committer | 1997-05-08 06:24:39 +0000 | |
commit | 30dc1c5983a1606975fdfcbb7297baa914a2ad88 (patch) | |
tree | cd992b4e7313510cc4d381618c44f5fe91bc1265 | |
parent | Mount / rw asap since pdksh wants to scribble in /tmp early on. (diff) | |
download | wireguard-openbsd-30dc1c5983a1606975fdfcbb7297baa914a2ad88.tar.xz wireguard-openbsd-30dc1c5983a1606975fdfcbb7297baa914a2ad88.zip |
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 +.. |