rename function so it actually builds
This commit is contained in:
parent
9c0f203161
commit
3272d586d5
@ -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 \
|
||||
|
Reference in New Issue
Block a user