diff --git a/distros/archlinux/rolling/amd64.pkrvars.hcl b/distros/archlinux/rolling/amd64.pkrvars.hcl index 6c0708c..395cab1 100644 --- a/distros/archlinux/rolling/amd64.pkrvars.hcl +++ b/distros/archlinux/rolling/amd64.pkrvars.hcl @@ -6,7 +6,7 @@ iso = { } boot_command = [ "e net.ifnames=0 biosdevnames=0", - "", # Wait for system to come up? + "", # Wait for system to come up? "curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh", "", "/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}"