From 16e909c42b8f769a79fbd29f600f0c6153b0d5f9 Mon Sep 17 00:00:00 2001 From: Beth Parker <ejparker@actcur.com> Date: Sun, 23 Mar 2025 06:53:32 -0500 Subject: [PATCH] fixed arch variant name --- scripts/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create.sh b/scripts/create.sh index d094581..07f155b 100644 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -64,7 +64,7 @@ img=`./shared_scripts/download_install_image.sh $variant` if [ -n "$attach" ]; then attach="--disk ${attach},discard=unmap";fi case "$variant" in - "arch") + "archlinux") # create cloud-init - replace by grabbing these directly from git mkdir -p /tmp/cloud-init echo "#cloud-config