rename function so it actually builds

This commit is contained in:
Jeffrey Paul 2019-11-13 20:28:48 -08:00
父節點 9c0f203161
當前提交 3272d586d5
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

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