diff options
author | Philip Newborough <corenominal@corenominal.org> | 2011-01-22 21:22:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:33 +0100 |
commit | 804b9c9d66b38c7c84a5a96bcf2c989502774c77 (patch) | |
tree | 6868d01118b2dd7c1ae4b73122d170213bccb04e /examples/hooks | |
parent | 3dc6e3966846b115ead243ed8154ca58cfe8b8a5 (diff) | |
download | vyos-live-build-804b9c9d66b38c7c84a5a96bcf2c989502774c77.tar.gz vyos-live-build-804b9c9d66b38c7c84a5a96bcf2c989502774c77.zip |
Update example path in 'all_binary_debian-installer-banner.sh' example hook.
Diffstat (limited to 'examples/hooks')
-rwxr-xr-x | examples/hooks/all_binary_debian-installer-banner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks/all_binary_debian-installer-banner.sh b/examples/hooks/all_binary_debian-installer-banner.sh index 76c5d0785..61c160ca6 100755 --- a/examples/hooks/all_binary_debian-installer-banner.sh +++ b/examples/hooks/all_binary_debian-installer-banner.sh @@ -5,7 +5,7 @@ # To enable it, copy or symlink this hook into your config/binary_local-hooks # directory and add a replacement banner.png at: # -# config/binary_local-includes/binary/install/banner.png +# config/binary_debian-installer/banner.png # # The file should be a PNG image of dimensions 800 x 75. |