Marking replace-di-banner.sh executable and adjust line wrapping.
This commit is contained in:
parent
23cbb72ab6
commit
3a7c37880d
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# This is an binary hook for live-helper(7) to overwrite the banner
|
# This is an binary hook for live-helper(7) to overwrite the banner
|
||||||
# in the graphical Debian Installer. To enable it, coppy or symlink
|
# in the graphical Debian Installer.
|
||||||
# this hook into your config/binary_local-hooks directory and add a
|
# To enable it, coppy or symlink this hook into your config/binary_local-hooks
|
||||||
# replacement banner.png at:
|
# directory and add a replacement banner.png at:
|
||||||
#
|
#
|
||||||
# config/binary_local-includes/binary/install/banner.png
|
# config/binary_local-includes/binary/install/banner.png
|
||||||
#
|
#
|
||||||
# The file should be a PNG image of dimensions 800 x 75.
|
# The file should be a PNG image of dimensions 800 x 75.
|
||||||
|
|
Loading…
Reference in New Issue