2024-06-30 00:20:12 -05:00
|
|
|
distro = "alpine"
|
|
|
|
|
version = "3.20"
|
|
|
|
|
iso = {
|
2025-04-01 17:04:21 -05:00
|
|
|
url = "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-extended-3.20.6-x86_64.iso"
|
|
|
|
|
checksum = "171974b08932fa437acda9728ad5d600a04f50538156f03358ecf55efbecfff1"
|
2024-06-30 00:20:12 -05:00
|
|
|
}
|
|
|
|
|
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.20/http/"
|
|
|
|
|
boot_wait = "20s"
|
|
|
|
|
shutdown_command = "sudo poweroff"
|