Fix Alpine on VirtualBox

This commit is contained in:
Greg Hellings
2024-01-09 21:50:29 -06:00
parent 6d76375d54
commit a61c4cb08c
2 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ iso = {
}
boot_command = [
"root<enter><wait1>",
"echo 'iface eth0 inet dhcp' > /etc/network/interfaces<enter>",
"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>",