From 297f3fc47361ad6a05d4cea655afc6dba870da0f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 29 Jun 2024 21:31:19 -0500 Subject: [PATCH] Be more patient for Arch boot --- distros/archlinux/rolling/amd64.pkrvars.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"