diff options
author | Daniel Baumann <daniel@debian.org> | 2009-08-10 00:04:27 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:45 +0100 |
commit | 3a7c37880d8d66e3625f00581a1088572cbd5220 (patch) | |
tree | 3c75ea0ba5fe97f267d24595f505e35c9d1a8934 /examples | |
parent | 23cbb72ab6a6212c6e293be60e037c34e2ba58ca (diff) | |
download | vyos-live-build-3a7c37880d8d66e3625f00581a1088572cbd5220.tar.gz vyos-live-build-3a7c37880d8d66e3625f00581a1088572cbd5220.zip |
Marking replace-di-banner.sh executable and adjust line wrapping.
Diffstat (limited to 'examples')
-rwxr-xr-x[-rw-r--r--] | examples/hooks/replace-di-banner.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/hooks/replace-di-banner.sh b/examples/hooks/replace-di-banner.sh index 7898f601c..a01c0a68d 100644..100755 --- a/examples/hooks/replace-di-banner.sh +++ b/examples/hooks/replace-di-banner.sh @@ -1,10 +1,10 @@ #!/bin/sh # This is an binary hook for live-helper(7) to overwrite the banner -# in the graphical Debian Installer. To enable it, coppy or symlink -# this hook into your config/binary_local-hooks directory and add a -# replacement banner.png at: -# +# in the graphical Debian Installer. +# To enable it, coppy 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 # # The file should be a PNG image of dimensions 800 x 75. |