52 opt="ro,nodevices" type="lofs" />
53
54 <!-- Local filesystems to mount when booting the zone -->
55 <mount special="/proc" directory="/proc" type="proc" />
56 <mount special="ctfs" directory="/system/contract" type="ctfs" />
57 <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
58 <mount special="objfs" directory="/system/object" type="objfs" />
59 <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
60
61 <!-- Devices to create under /dev -->
62 <device match="arp" />
63 <device match="bpf" />
64 <device match="conslog" />
65 <device match="cpu/self/cpuid" />
66 <device match="crypto" />
67 <device match="cryptoadm" />
68 <device match="dsk" />
69 <device match="dtrace/*" />
70 <device match="dtrace/provider/*" />
71 <device match="fd" />
72 <device match="ipnet" />
73 <device match="kstat" />
74 <device match="lo0" />
75 <device match="lofictl" />
76 <device match="lofi" />
77 <device match="log" />
78 <device match="logindmux" />
79 <device match="nsmb" />
80 <device match="net/*" />
81 <device match="null" />
82 <device match="openprom" arch="sparc" />
83 <device match="poll" />
84 <device match="pool" />
85 <device match="ptmx" />
86 <device match="pts/*" />
87 <device match="random" />
88 <device match="rdsk" />
89 <device match="rlofi" />
90 <device match="rmt" />
91 <device match="sad/user" />
|
52 opt="ro,nodevices" type="lofs" />
53
54 <!-- Local filesystems to mount when booting the zone -->
55 <mount special="/proc" directory="/proc" type="proc" />
56 <mount special="ctfs" directory="/system/contract" type="ctfs" />
57 <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
58 <mount special="objfs" directory="/system/object" type="objfs" />
59 <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
60
61 <!-- Devices to create under /dev -->
62 <device match="arp" />
63 <device match="bpf" />
64 <device match="conslog" />
65 <device match="cpu/self/cpuid" />
66 <device match="crypto" />
67 <device match="cryptoadm" />
68 <device match="dsk" />
69 <device match="dtrace/*" />
70 <device match="dtrace/provider/*" />
71 <device match="fd" />
72 <device match="full" />
73 <device match="ipnet" />
74 <device match="kstat" />
75 <device match="lo0" />
76 <device match="lofictl" />
77 <device match="lofi" />
78 <device match="log" />
79 <device match="logindmux" />
80 <device match="nsmb" />
81 <device match="net/*" />
82 <device match="null" />
83 <device match="openprom" arch="sparc" />
84 <device match="poll" />
85 <device match="pool" />
86 <device match="ptmx" />
87 <device match="pts/*" />
88 <device match="random" />
89 <device match="rdsk" />
90 <device match="rlofi" />
91 <device match="rmt" />
92 <device match="sad/user" />
|