if anyone else loves bluefin but not its dinosaurs, here’s a mod you can put in your buildfile. I call it “Extinction” ![]()
dnf5 -y remove bluefin-plymouth
dnf5 -y reinstall plymouth-system-theme
dnf5 -y swap bluefin-logos fedora-logos
sed -i '/picture-uri/ s/^/#/' /usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override
glib-compile-schemas /usr/share/glib-2.0/schemas
QUALIFIED_KERNEL="$(rpm -qa | grep -P '^kernel-\d+\.\d+\.\d+' | sed -E 's/^kernel-//')"
/usr/bin/dracut --no-hostonly --kver "$QUALIFIED_KERNEL" --reproducible -v --add ostree -f "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
chmod 0600 "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
Sorry, Jorge.