mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -39,7 +39,7 @@ virsh net-start default
|
|||||||
# import existing vms
|
# import existing vms
|
||||||
echo "Importing any existing VMs..."
|
echo "Importing any existing VMs..."
|
||||||
for f in /root/kvm/*.xml; do
|
for f in /root/kvm/*.xml; do
|
||||||
echo "Importing $(basename $f)..."
|
echo "Importing $(basename "$f")..."
|
||||||
virsh define "$f"
|
virsh define "$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user