diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-14 21:33:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 21:33:56 +0200 |
commit | c316f6cdbdb8415494ccc92e265c442bf2cee1a4 (patch) | |
tree | 689c15c95b6af09f0ee7daffdd31ffbea00cf48d /examples | |
parent | 5977735ed1df2c7411632a504090441cdecdd66b (diff) | |
download | vyos-live-build-c316f6cdbdb8415494ccc92e265c442bf2cee1a4.tar.gz vyos-live-build-c316f6cdbdb8415494ccc92e265c442bf2cee1a4.zip |
Moving win32-loader inclusion support from external hook into main program (Closes: #476546).
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/win32-loader.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/hooks/win32-loader.sh b/examples/hooks/win32-loader.sh deleted file mode 100755 index ee328c574..000000000 --- a/examples/hooks/win32-loader.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# This is a hook for live-helper(7) to install win32-loader. -# win32-loader was written by Robert Milan <rmh@aybabtu.com>. -# -# To enable it, copy this hook into your config/binary_local-hooks directory. - -cd binary - -wget http://goodbye-microsoft.com/pub/debian.exe - -cd "${OLDPWD}" |