distro = "alpine" version = "3.19.0" iso = { url = "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-extended-3.19.8-x86_64.iso" checksum = "27bae668861c06669505198a6437b7ee16ad4465e3a5a1103a97b4e58796f545" } boot_command = [ "root", "echo 'iface eth0 inet dhcp' > /etc/network/interfaces", "ifup eth0", "wget -O answers.cfg.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/answers.cfg.sh", "", "wget -O in-chroot.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/in-chroot.sh", "", "/bin/ash ./answers.cfg.sh 2>&1 | tee install.log", ] http_directory = "distros/alpine/3.19.0/http/" boot_wait = "40s" shutdown_command = "sudo poweroff"