We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78b2c commit 8f16132Copy full SHA for 8f16132
create-box.sh
@@ -60,7 +60,7 @@ fi
60
61
#Spin up VM with seed.iso
62
echo "Creating VM..."
63
-VM="amazonliunux2"
+VM="amazonlinux2"
64
VBoxManage createvm --name $VM --ostype "Linux_64" --register
65
VBoxManage storagectl $VM --name "SATA Controller" --add sata --controller IntelAHCI
66
VBoxManage storageattach $VM --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium ${path}
0 commit comments