blob: a838c223807c17020ee3d10d3d32c924258f0cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: mtree.conf,v 1.1 2013/03/19 22:16:53 garbled Exp $
/set type=dir uname=root gname=wheel mode=0755
.
./bin
./dev
./etc
./etc/ssh
./inst
./libexec
./libexec/dhcpcd-hooks
./mnt
./mnt2
./kern
./sbin
./targetroot
./tmp mode=01777
./usr
./usr/bin
./usr/mdec
./usr/sbin
./usr/share
./usr/share/misc
./var
./var/chroot
./var/chroot/sshd
./var/db
./var/run
./var/log
./var/spool
./var/spool/lock
|