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
@@ -19,7 +19,7 @@ for host in $STRONGSWANHOSTS
do
log_action "Guest $host"
execute "virsh destroy $host"
rm -f $VIRTIMGSTORE/$host.qcow2
rm -f $VIRTIMGSTORE/$host.$IMGEXT
done
log_action "Removing kernel $KERNEL"