-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-linux-cloud-HomeAssistantOS-2024.conf
62 lines (45 loc) · 1.44 KB
/
vm-linux-cloud-HomeAssistantOS-2024.conf
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
# don't remove this line:
vm_profile="cloud-HomeAssistantOS-2024"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="Home Assistant OS 12.1"
default_jailname="hassos"
fetch=1
iso_site="https://github.com/home-assistant/operating-system/releases/download/12.1/"
iso_img="haos_generic-x86-64-12.1.img"
iso_img_dist="${iso_img}.xz"
iso_img_dist_size="390118272"
sha256sum="12a165123ecd78ef1604c64b0c45b1627be53209a249c6d08ac0651df594f896"
iso_extract="nice -n 19 ${IDLE_IONICE} ${XZ_CMD} -d ${iso_img_dist}"
myb_image="homeass"
# write img directly to drive
iso2img=1
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${iso_img}"
# VNC
#vm_vnc_port="0"
#bhyve_vnc_tcp_bind="127.0.0.1"
vm_efi="uefi"
vm_package="small1"
# VirtualBox Area
virtualbox_ostype="FreeBSD_64"
# 30g recommended
imgsize_min="10g"
# enable birtio RNG interface?
virtio_rnd="1"
# is template for vm_obtain
is_template=1
is_cloud=1
xen_active=1
bhyve_active=1
qemu_active=1
jailsysskeldir="${distdir}/share/bhyve-HomeAssistantOS-system-skel"
start_post_message="Home Assistant UI URL: http://$ip4_addr:8123"
## cloud-init specific settings ##
ci_template="homeass"
default_ci_ip4_addr="DHCP" # can be IP, e.g: 192.168.0.100
default_ci_gw4="auto" # can be IP, e.g: 192.168.0.1
ci_nameserver_address="8.8.8.8"
ci_nameserver_search="my.domain"
## cloud-init specific settings end of ##