-
Notifications
You must be signed in to change notification settings - Fork 0
/
bhyvetpl.jconf
67 lines (64 loc) · 1.39 KB
/
bhyvetpl.jconf
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# DO NOT EDIT THIS FILE. PLEASE USE INSTEAD:
# cbsd jconfig jname=#jname#
relative_path="1";
jname="#jname#";
path="#workdir#/jails/#jname#";
host_hostname="#host_hostname#";
ip4_addr="#ip4_addr#";
mount_devfs="1";
allow_mount="1";
allow_devfs="1";
allow_nullfs="1";
mount_fstab="#workdir#/jails-fstab/fstab.#jname#";
arch="#arch#";
mkhostsfile="1";
devfs_ruleset="4";
ver="#ver#";
basename="";
baserw="1";
mount_src="0";
mount_obj="0";
mount_kernel="0";
mount_ports="1";
astart="#astart#";
data="#workdir#/jails-data/#jname#-data";
vnet="";
applytpl="1";
mdsize="0";
rcconf="#workdir#/jails-rcconf/rc.conf_#jname#";
floatresolv="1";
zfs_snapsrc="";
exec_poststart="0";
exec_poststop="";
exec_prestart="0";
exec_prestop="0";
exec_master_poststart="0";
exec_master_poststop="0";
exec_master_prestart="0";
exec_master_prestop="0";
pkg_bootstrap="1";
interface="#interface#";
jailskeldir="#workdir#/share/FreeBSD-jail-skel";
jail_profile="default";
exec_start="/bin/sh /etc/rc"
exec_stop="/bin/sh /etc/rc.shutdown"
exec_start="/bin/sh /etc/rc"
exec_stop="/bin/sh /etc/rc.shutdown"
emulator="bhyve";
imgsize="#img_size#";
vm_cpus="#vm_cpus#";
vm_ram="#vm_ram#";
vm_os_type="#vm_os_type#";
vm_efi="#vm_efi#";
dist_site="";
iso_site="";
iso_img="";
vm_hostbridge="hostbridge";
bhyve_flags="";
virtio_type="";
gw4="";
vm_os_profile="#vm_os_profile#";
jprofile="default";
swapsize="";
vm_guestfs="#vm_guestfs#";
vm_vnc_port="1";