03c2476
@@ -8,6 +8,14 @@
zopflipng -ym pixmaps/fedora-logo-sprite.png pixmaps/fedora-logo-sprite.png
png2icns bootloader/fedora.icns pixmaps/fedora-logo-sprite.png
+ bootloader/bootlogo_128.png: pixmaps/fedora-logo-sprite.svg
+ convert -background none -resize 128x128 pixmaps/fedora-logo-sprite.svg bootloader/bootlogo_128.png
+ zopflipng -ym bootloader/bootlogo_128.png bootloader/bootlogo_128.png
+
+ bootloader/bootlogo_256.png: pixmaps/fedora-logo-sprite.svg
+ convert -background none -resize 256x256 pixmaps/fedora-logo-sprite.svg bootloader/bootlogo_256.png
+ zopflipng -ym bootloader/bootlogo_256.png bootloader/bootlogo_256.png
optimize:
find . -name "*.png" -printf "%p %p\n" | \
xargs -L 1 -P `getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1` \
@@ -23,4 +31,4 @@
#intltool-merge -x po $(XML).in $(XML)
clean:
- rm -f pixmaps/fedora-logo-sprite.png bootloader/fedora.icns
+ rm -f pixmaps/fedora-logo-sprite.png bootloader/fedora.icns bootloader/bootlogo_128.png bootloader/bootlogo_256.png
Add logos required by m1n1, a bootloader for Apple Silicon systems that's being packaged in https://bugzilla.redhat.com/show_bug.cgi?id=2066135
:thumbsup:
@dcavalca Hi, I dont have the hw required, is it possible to provide a screenshot?
@duffy, so, a screenshot is tricky because this is a preboot environment, but I tried to take a photo of the screen with my phone: https://ibb.co/p3TSqqt (apologies for the dust and the mess lol).
In a normal boot, you wouldn't see the text on the right, just the Fedora logo in the middle of the screen (exactly in the same spot and size where you'd normally see an "apple" logo on a stock Mac).
@dcavalca awesome thank you :) from a logo approval stand point this is +1 from me
Pull-Request has been merged by kevin
Add logos required by m1n1, a bootloader for Apple Silicon systems that's being packaged in https://bugzilla.redhat.com/show_bug.cgi?id=2066135