rename function so it actually builds

Este commit está contenido en:
Jeffrey Paul 2019-11-13 20:28:48 -08:00
padre 9c0f203161
commit 3272d586d5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -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 \