summaryrefslogtreecommitdiff
path: root/simple/0/conf
blob: bc8c79b31d5c29742e0204c97aac6bd9e1bcc8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	module: sf.jail
	configuration: {
		interfaces: {
			eth0 { type: eiface }
			eth1 { type: eiface }
			eth2 { type: steal, interface: re0 }
		}
		filesystem: {
			layers: [
				simple/0/root
				/tmp/lamina.dns
				/tmp/lamina.machine
				/lab/jail/base/14.1-RELEASE
			]
		}
		init: [ sh, /etc/rc ]
		shutdown: [ sh, /etc/rc.shutdown ]
	}
}