From 3794b1140018b3080ad325106a0c3025a6220b9c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 30 Jun 2024 23:08:22 -0500 Subject: [PATCH] New Arch requires new command line --- 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 5889869..a2f8d6d 100644 --- a/distros/archlinux/rolling/amd64.pkrvars.hcl +++ b/distros/archlinux/rolling/amd64.pkrvars.hcl @@ -5,7 +5,7 @@ iso = { checksum = "4cc7e1c9f4e97b384f0d8731f317b5995bde256fcc17160d32359cab923c5892" } boot_command = [ - "e net.ifnames=0 biosdevnames=0 console=ttyS0", + "e net.ifnames=0 biosdevnames=0 console=ttyS0", "", # Wait for system to come up? "curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh", "",