X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F42-branding;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F42-branding;h=1cf727ddb39ea1997be2e606b0d6d594fc959ee3;hp=70b43b86267014ffbc2431df108bb78fa99d74ac;hb=bfe1fbd4df16c2c92cbed7e19cb52b2d533bf61a;hpb=f35b52a85451ecefe63a686a47b944c35cad1aa3 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/42-branding b/etc/grml/fai/config/scripts/GRMLBASE/42-branding old mode 100644 new mode 100755 index 70b43b8..1cf727d --- a/etc/grml/fai/config/scripts/GRMLBASE/42-branding +++ b/etc/grml/fai/config/scripts/GRMLBASE/42-branding @@ -1,6 +1,6 @@ #!/bin/bash # Filename: ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/42-branding -# Purpose: install wallpaper +# Purpose: install branding files # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. @@ -10,6 +10,7 @@ set -u set -e fcopy -v /usr/share/grml/desktop.jpg +fcopy -v /usr/share/doc/grml-docs/startpage.html ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2