flamegraphs: Move demo of flamegraph earlier
[libguestfs-talks.git] / 2013-centos-dojo / run
blob666ad7ec69a5d1cb9c176ffb56139de7f65a26c1
1 #!/bin/bash -
2 # Run the talk.
4 # Avoid GNOME keyring stupidity
5 export GNOME_KEYRING_CONTROL=
6 export GNOME_KEYRING_PID=
8 # Clean up everything.
9 find -name '*~' -delete
11 # Get everything into the cache.
12 guestfish -a /dev/null run > /dev/null
14 if [ "`hostname`" = "choo.home.annexia.org" ]; then
15 # SELinux permissive(!) This is because of a libvirt bug.
16 sudo setenforce Permissive
18 # Make sure the disk images are owned by root.disk.
19 sudo chown root.disk /dev/fedora/{archlinux20121201x64,f18*,f20*,ubuntu*,win*}
22 # Run techtalk.
23 techtalk-pse