Files
vms/distros/alpine/3.19.0/amd64.pkrvars.hcl
T

20 lines
742 B
HCL
Raw Normal View History

2024-01-09 11:45:17 -06:00
distro = "alpine"
version = "3.19.0"
iso = {
2024-11-18 11:29:25 -06:00
url = "http://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-extended-3.19.4-x86_64.iso"
checksum = "1b7efcb485ec5ce6f662782ba318a8a75b33be07188b6da0e005e03744afe3c1"
2024-01-09 11:45:17 -06:00
}
boot_command = [
"root<enter><wait1>",
2024-01-09 21:50:29 -06:00
"echo 'iface eth0 inet dhcp' > /etc/network/interfaces<enter><wait>",
2024-01-09 11:45:17 -06:00
"ifup eth0<enter><wait8>",
"wget -O answers.cfg.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/answers.cfg.sh<enter>",
"<wait3>",
"wget -O in-chroot.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/in-chroot.sh<enter>",
"<wait3>",
"/bin/ash ./answers.cfg.sh 2>&1 | tee install.log<enter>",
]
http_directory = "distros/alpine/3.19.0/http/"
boot_wait = "20s"
2024-06-29 22:03:55 -05:00
shutdown_command = "sudo poweroff"