20 lines
742 B
HCL
20 lines
742 B
HCL
distro = "alpine"
|
|
version = "3.19.0"
|
|
iso = {
|
|
url = "http://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-extended-3.19.2-x86_64.iso"
|
|
checksum = "508944822217be4c2c7b947a64220271055b1883a025e5cb351950b27f046a15"
|
|
}
|
|
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.19.0/http/"
|
|
boot_wait = "20s"
|
|
shutdown_command = "sudo poweroff"
|