live-build/examples/hooks/qemu-launcher.sh

15 lines
391 B
Bash
Raw Normal View History

2007-09-23 08:05:12 +00:00
#!/bin/sh
# This is a hook for live-helper(7) to install autorun4linuxCD.
# autorun4linuxCD was written by Franklin Piat <fpiat@bigfoot.com>.
#
# To enable it, copy this hook into your config/binary_local-hooks directory.
cd binary
2007-09-23 08:05:14 +00:00
2007-09-23 08:05:12 +00:00
wget http://www.klabs.be/~fpiat/projects/autorun4linuxCD/autorun4linuxCD.tar.gz
2007-09-23 08:05:14 +00:00
tar xfz autorun4linuxCD.tar.gz
rm -f autorun4linuxCD.tar.gz
cd "${OLDPWD}"