vm-templates/answers/alpine-libvirt

34 lines
533 B
Plaintext

# Answer file for alpine-libvirt.pkr.hcl template
KEYMAPOPTS="us us"
HOSTNAMEOPTS="alpine-libvirt"
DEVDOPTS="mdev"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine-libvirt
"
DNSOPTS=""
TIMEZONEOPTS="UTC"
PROXYOPTS="none"
APKREPOSOPTS="https://download.nus.edu.sg/mirror/alpine/edge/main
https://download.nus.edu.sg/mirror/alpine/edge/community
https://download.nus.edu.sg/mirror/alpine/edge/testing
"
SSHDOPTS="dropbear"
NTPOPTS="busybox"
DISKOPTS="-s 0 -m sys /dev/vda"