diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-11 12:25:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | e22c2da3caf4e8b8b015fcabe15ce62d6993284e (patch) | |
tree | bbbc4610057c2e83291a7fb4ee4dc42016fed1da /examples/hooks | |
parent | 30b0d0a5f3420edb0f66142dd9ef407148b7855b (diff) | |
download | vyos-live-build-e22c2da3caf4e8b8b015fcabe15ce62d6993284e.tar.gz vyos-live-build-e22c2da3caf4e8b8b015fcabe15ce62d6993284e.zip |
Removing example hook for qemu-launcher, this is now in the archive as autorun4linuxcd package.
Diffstat (limited to 'examples/hooks')
-rwxr-xr-x | examples/hooks/qemu-launcher.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/hooks/qemu-launcher.sh b/examples/hooks/qemu-launcher.sh deleted file mode 100755 index 230c2b5f8..000000000 --- a/examples/hooks/qemu-launcher.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 - -wget http://www.klabs.be/~fpiat/projects/autorun4linuxCD/autorun4linuxCD.tar.gz -tar xfz autorun4linuxCD.tar.gz -rm -f autorun4linuxCD.tar.gz - -cd "${OLDPWD}" |