#!/bin/bash - # Run the talk. # Avoid GNOME keyring stupidity export GNOME_KEYRING_CONTROL= export GNOME_KEYRING_PID= # Clean up everything. find -name '*~' -delete # Get everything into the cache. guestfish -a /dev/null run > /dev/null if [ "`hostname`" = "choo.home.annexia.org" ]; then # SELinux permissive(!) This is because of a libvirt bug. sudo setenforce Permissive # Make sure the disk images are owned by root.disk. sudo chown root.disk /dev/fedora/{archlinux20121201x64,f18*,f20*,ubuntu*,win*} fi # Run techtalk. techtalk-pse