Commit 16350880 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Alexey Shabalin

Fix put status banner to plymouth wallpapers

parent 3fb007c8
......@@ -29,10 +29,10 @@ graphics:
mv images/boot.png images/.boot.png; \
convert images/.boot.png -undercolor '#c62530' -fill white -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 30 -gravity northwest -draw 'text 0,55 " $(STATUS) "' images/boot.png;\
rm -f images/.boot.png; \
for i in `ls -1 images/with-logo/*.png`; do \
mv images/with-logo/$$i images/with-logo/.$$i; \
convert images/with-logo/.$$i -undercolor '#c62530' -fill white -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 30 -gravity northwest -draw 'text 0,55 " $(STATUS) "' images/with-logo/$$i;\
rm -f images/with-logo/.$$i; \
for i in images/with-logo/*.png; do \
mv $$i $$i.png; \
convert $$i.png -undercolor '#c62530' -fill white -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 30 -gravity northwest -draw 'text 0,0 " $(STATUS) "' $$i;\
rm -f $$i.png; \
done; \
fi
cp -al images/boot.png images/grub.png; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment