diff options
author | 2004-05-04 02:25:46 +0000 | |
---|---|---|
committer | 2004-05-04 02:25:46 +0000 | |
commit | b43709a11e3848bb77b704245fcbdde703a0c4dd (patch) | |
tree | c0bead0d87dbb1f02218311bc8bbda3beb51205d | |
parent | KNF. ok ho@ (diff) | |
download | wireguard-openbsd-b43709a11e3848bb77b704245fcbdde703a0c4dd.tar.xz wireguard-openbsd-b43709a11e3848bb77b704245fcbdde703a0c4dd.zip |
Create /var/empty on miniroot install media. Privsep dhclient requires
this to successfully chroot.
ok henning@ beck@
-rw-r--r-- | distrib/miniroot/mtree.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/miniroot/mtree.conf b/distrib/miniroot/mtree.conf index 99893cc271e..15052cc3d66 100644 --- a/distrib/miniroot/mtree.conf +++ b/distrib/miniroot/mtree.conf @@ -1,4 +1,4 @@ -# $OpenBSD: mtree.conf,v 1.7 2002/04/28 18:28:34 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.8 2004/05/04 02:25:46 krw Exp $ # $NetBSD: mtree.conf,v 1.1.4.2 1996/07/15 06:29:38 leo Exp $ /set type=dir uname=root gname=wheel mode=0755 @@ -103,5 +103,10 @@ run # ./var/run .. +# ./var/empty +empty +# ./var/empty +.. + # ./var .. |