drop plymooth crap on aarch64, install it explicitly on x86 to avoid deleting plymouth if ROSa theme is deleted

master
Mikhail Novosyolov 4 years ago
parent 16da42927d
commit dad015397d

@ -32,6 +32,9 @@ if [ "$AARCH64" = 1 ] ; then
sed -i -e 's,^shim$,shim-unsigned,g' "$pkgs" sed -i -e 's,^shim$,shim-unsigned,g' "$pkgs"
# temporary untill dnfragora is build on aarch64 # temporary untill dnfragora is build on aarch64
sed -i -e '/dnfdragora/d' "$pkgs" sed -i -e '/dnfdragora/d' "$pkgs"
# drop plymouth
sed -i -e '/plymouth/d' "$pkgs"
sed -i -e '/Rosa-theme-EE/d' "$pkgs"
fi fi
sed -i -e "s,repobase.ks,${repobase},g" "$conf" sed -i -e "s,repobase.ks,${repobase},g" "$conf"

@ -89,11 +89,12 @@ grub2-efi
grub2-theme-rosa grub2-theme-rosa
shim shim
syslinux syslinux
# syslinux & plymouth themes # plymouth themes
Rosa-theme-EE Rosa-theme-EE
#Rosa-theme-enterprise-EE #Rosa-theme-enterprise-EE
# graphical stuff # graphical stuff
plymouth
gnome-icon-theme gnome-icon-theme
hicolor-icon-theme hicolor-icon-theme
rosa-elementary-theme rosa-elementary-theme