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:20:42 +0100 |
commit | 1e010fd3f64e339e6b39947adefe57c83ccc0a50 (patch) | |
tree | 7388a7c845daa2cbf3d1d35857535e7ebc5604df /examples/hooks/all_binary_debian-installer-banner.sh | |
parent | 5ca5b62082c5423d64463134e66e793c54a54c4b (diff) | |
download | vyos-live-build-1e010fd3f64e339e6b39947adefe57c83ccc0a50.tar.gz vyos-live-build-1e010fd3f64e339e6b39947adefe57c83ccc0a50.zip |
Update example path in 'all_binary_debian-installer-banner.sh' example hook.
Diffstat (limited to 'examples/hooks/all_binary_debian-installer-banner.sh')
-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. |