summaryrefslogtreecommitdiff
path: root/examples/hooks/qemu-launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hooks/qemu-launcher.sh')
-rwxr-xr-xexamples/hooks/qemu-launcher.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hooks/qemu-launcher.sh b/examples/hooks/qemu-launcher.sh
index 1535cbe..230c2b5 100755
--- a/examples/hooks/qemu-launcher.sh
+++ b/examples/hooks/qemu-launcher.sh
@@ -6,4 +6,9 @@
# To enable it, copy this hook into your config/binary_local-hooks directory.
cd binary
+
wget http://www.klabs.be/~fpiat/projects/autorun4linuxCD/autorun4linuxCD.tar.gz
+tar xfz autorun4linuxCD.tar.gz
+rm -f autorun4linuxCD.tar.gz
+
+cd "${OLDPWD}"