X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F42-branding;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F42-branding;h=70b43b86267014ffbc2431df108bb78fa99d74ac;hb=f35b52a85451ecefe63a686a47b944c35cad1aa3;hp=0000000000000000000000000000000000000000;hpb=1b9dc6e40918af40c763f3f6d2bcc1ff2e30b42c;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/42-branding b/etc/grml/fai/config/scripts/GRMLBASE/42-branding new file mode 100644 index 0000000..70b43b8 --- /dev/null +++ b/etc/grml/fai/config/scripts/GRMLBASE/42-branding @@ -0,0 +1,15 @@ +#!/bin/bash +# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/42-branding +# Purpose: install wallpaper +# 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. +################################################################################ + +set -u +set -e + +fcopy -v /usr/share/grml/desktop.jpg + +## END OF FILE ################################################################# +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2