fixed arch variant name
This commit is contained in:
parent
caf4fa4023
commit
16e909c42b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ img=`./shared_scripts/download_install_image.sh $variant`
|
||||||
if [ -n "$attach" ]; then attach="--disk ${attach},discard=unmap";fi
|
if [ -n "$attach" ]; then attach="--disk ${attach},discard=unmap";fi
|
||||||
|
|
||||||
case "$variant" in
|
case "$variant" in
|
||||||
"arch")
|
"archlinux")
|
||||||
# create cloud-init - replace by grabbing these directly from git
|
# create cloud-init - replace by grabbing these directly from git
|
||||||
mkdir -p /tmp/cloud-init
|
mkdir -p /tmp/cloud-init
|
||||||
echo "#cloud-config
|
echo "#cloud-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue