diff options
Diffstat (limited to 'examples/hooks/qemu-launcher.sh')
-rwxr-xr-x | examples/hooks/qemu-launcher.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hooks/qemu-launcher.sh b/examples/hooks/qemu-launcher.sh index 1535cbe01..230c2b5f8 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}" |