Add Alpine 3.21 release

This commit is contained in:
Greg Hellings
2025-01-22 08:46:15 -06:00
parent c9b11afe98
commit 53f60334c6
8 changed files with 152 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
distro = "alpine"
version = "3.21"
iso = {
url = "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-standard-3.21.2-x86_64.iso"
checksum = "706e9521cd21188786cb983131040ee68399e504924ea3318d600d1e04a93878"
}
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"