rename function so it actually builds

This commit is contained in:
Jeffrey Paul 2019-11-13 20:28:48 -08:00
bovenliggende 9c0f203161
commit 3272d586d5
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen

Bestand weergeven

@ -9,13 +9,14 @@ function wait_for_finish() {
echo "Still waiting for install to finish..."
fi
if [[ "x$STATUS" != "xrunning" ]]; then
date -u
echo "Install done."
return
fi
done
}
function install_os() {
function begin_install_os() {
virsh list
virt-install --virt-type qemu --name linux \
--ram 4096 \