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 work on 5000* demo
[eblake-techtalks.git]
/
local
blob
79f1d044ffc1874dd2fd1c259c045f0f08d11e0b
1
# -*- sh-mode -*-
2
3
export LIBVIRT_DEFAULT_URI=qemu:///system
4
5
reset_files ()
6
{
7
if [ ! -f Base1.qcow2 ]; then
8
ln ../$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
}