Use boot.jpg without sizes
This commit is contained in:
parent
00c3e7aa14
commit
819fed5460
@ -32,10 +32,10 @@ boot-images:
|
||||
#for size in 1024x768 800x600 640x480; do \
|
||||
# convert images/boot.jpg -quality 97 -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' boot-$$size.jpg ;\
|
||||
#done
|
||||
#convert images/boot.png -resize "800x600!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' design-bootloader-source/data-install/back.jpg
|
||||
convert images/boot.png images/boot.jpg
|
||||
cp -al images/boot.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al images/boot.jpg design-bootloader-source/data-install/back.jpg
|
||||
convert images/boot.png -resize "800x600!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' design-bootloader-source/data-install/back.jpg
|
||||
mv design-bootloader-source/data-install/back{,.1}.jpg
|
||||
convert -quality 97 -fill '#acdaf2' -draw 'rectangle 0,0,2,2' design-bootloader-source/data-install/back{.1,}.jpg
|
||||
rm -f design-bootloader-source/data-install/back.*.jpg
|
||||
@ -60,7 +60,7 @@ boot: boot-images
|
||||
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
|
||||
cp -a components/grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
|
||||
install -m 644 images/grub.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
|
||||
install -m 644 boot-800x600.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
|
||||
install -m 644 images/boot.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
|
||||
|
||||
# index html page, start page for all local browsers
|
||||
components/indexhtml/index.css:
|
||||
|
Loading…
x
Reference in New Issue
Block a user