Remove old desktop.jpg with new desktop-bg.png
authorUlrich Dangel <mru@grml.org>
Sun, 11 Dec 2011 04:17:54 +0000 (05:17 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Sun, 11 Dec 2011 18:49:12 +0000 (19:49 +0100)
desktop-bg.png is used to generate the background images.

etc/grml/fai/config/files/usr/share/grml/desktop-bg.png/GRMLBASE [new file with mode: 0644]
etc/grml/fai/config/files/usr/share/grml/desktop.jpg/GRMLBASE [deleted file]
etc/grml/fai/config/scripts/GRMLBASE/42-branding

diff --git a/etc/grml/fai/config/files/usr/share/grml/desktop-bg.png/GRMLBASE b/etc/grml/fai/config/files/usr/share/grml/desktop-bg.png/GRMLBASE
new file mode 100644 (file)
index 0000000..cd1e384
Binary files /dev/null and b/etc/grml/fai/config/files/usr/share/grml/desktop-bg.png/GRMLBASE differ
diff --git a/etc/grml/fai/config/files/usr/share/grml/desktop.jpg/GRMLBASE b/etc/grml/fai/config/files/usr/share/grml/desktop.jpg/GRMLBASE
deleted file mode 100644 (file)
index dd88664..0000000
Binary files a/etc/grml/fai/config/files/usr/share/grml/desktop.jpg/GRMLBASE and /dev/null differ
index 1f4f514..8cdaed5 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 
 fcopy -v /etc/lsb-base-logging.sh
 fcopy -v /usr/share/initramfs-tools/scripts/init-top/grml
-fcopy -v /usr/share/grml/desktop.jpg
+fcopy -v /usr/share/grml/desktop-bg.png
 fcopy -v /usr/share/doc/grml-docs/startpage.html
 
 ## END OF FILE #################################################################