Files
vms/distros/alpine/3.21/amd64.pkrvars.hcl
T
Greg Hellings 74850a531d 2025-04 updates, including Leap 16.0
Updated Alpine patch releases
Updated Alma, Debian, Rocky minor releases
Updated Arch install media
Enabled LEAP 16.0
2025-04-01 17:04:21 -05:00

20 lines
739 B
HCL

distro = "alpine"
version = "3.21"
iso = {
url = "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-extended-3.21.3-x86_64.iso"
checksum = "3e0ab3b6b4409bd0012be59970f08522e7fb049b6634242875e30add290f5444"
}
boot_command = [
"root<enter><wait1>",
"echo 'iface eth0 inet dhcp' > /etc/network/interfaces<enter><wait>",
"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.21/http/"
boot_wait = "20s"
shutdown_command = "sudo poweroff"