Unify naming of base,root image settings

This commit is contained in:
Reto Buerki
2013-01-17 16:54:55 +01:00
committed by Tobias Brunner
parent aba43136c2
commit 258cbd40cf
6 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ done
for host in $STRONGSWANHOSTS
do
ln -fs $ROOTFSDIR/$host.qcow2 $VIRTIMGSTORE/$host.qcow2
ln -fs $GUESTIMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT
log_action "Guest $host"
execute "virsh create $CONFDIR/$host.xml"
done