repo.or.cz
/
eblake-techtalks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more polish to 5000* demo
[eblake-techtalks.git]
/
local
blob
3ca4e02816e39ca242637debc2555d37245cdb36
1
# -*- sh-mode -*-
2
3
export LIBVIRT_DEFAULT_URI=qemu:///system
4
5
reset_files ()
6
{
7
if [ ! -f Base1.qcow2 ]; then
8
cp ../$1/Base1.qcow2 ../$1/Base2.qcow2 .
9
fi
10
}
11
12
reset_f32 ()
13
{
14
reset_files $1
15
if ! virsh domuuid f32 >& /dev/null; then
16
virsh define ../$1/f32.xml
17
fi
18
}