diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index a0043dc..92a9934 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -176,6 +176,7 @@ removefrom glibc-common /usr/sbin/* removefrom gnutls /usr/share/locale/* removefrom google-noto-sans-cjk-fonts /usr/share/fonts/google-noto-sans-cjk-fonts/NotoSansCJK-{Black,Bold,*Light,Medium,Thin}.ttc removefrom google-noto-sans-vf-fonts /usr/share/fonts/google-noto-vf/NotoSans-Italic-VF.ttf +removefrom google-noto-serif-vf-fonts /usr/share/fonts/google-noto-vf/NotoSerif* removefrom grep /etc/* /usr/share/locale/* removefrom gtk3 /usr/${libdir}/gtk-3.0/* removefrom gtk4 /usr/${libdir}/gtk-4.0/* @@ -190,6 +191,9 @@ removefrom libcanberra /usr/${libdir}/libcanberra-* removefrom libcanberra-gtk3 /usr/bin/* removefrom libcap /usr/sbin/* removefrom libconfig /usr/${libdir}/libconfig++* +removefrom liberation-sans-fonts /usr/share/fonts/liberation-sans/LiberationSans-{Bold*,Italic}.ttf +removefrom liberation-serif-fonts /usr/share/fonts/liberation-serif/* +removefrom liberation-mono-fonts /usr/share/fonts/liberation-mono/LiberationMono-{Bold*,Italic}.ttf removefrom libgpg-error /usr/bin/* /usr/share/locale/* removefrom libibverbs /usr/${libdir}/libmlx4* removefrom libidn2 /usr/share/locale/* @@ -305,6 +309,7 @@ removefrom rdma-core /etc/rdma/mlx4.conf removefrom rpm /usr/bin/* /usr/share/locale/* removefrom rsync /etc/* removefrom sed /usr/share/locale/* +removefrom sil-padauk-fonts /usr/share/fonts/sil-padauk-fonts/Padauk-Bold.ttf removefrom smartmontools /etc/* /usr/sbin/smartd removefrom smartmontools /usr/sbin/update-smart-drivedb removefrom smartmontools /usr/share/smartmontools/* diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index 5c094e7..dddc498 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -143,28 +143,11 @@ installpkg nvme-cli ## fonts & themes -installpkg abattis-cantarell-vf-fonts -installpkg google-noto-sans-vf-fonts google-noto-sans-mono-vf-fonts -installpkg google-noto-sans-arabic-vf-fonts +installpkg default-fonts-core-sans +installpkg default-fonts-other-sans +## We can't go with this because google-noto-sans-cjk-vf-fonts is too big. +# installpkg default-fonts-cjk-sans installpkg google-noto-sans-cjk-fonts -installpkg google-noto-sans-ethiopic-vf-fonts google-noto-sans-georgian-vf-fonts -installpkg google-noto-sans-gurmukhi-vf-fonts google-noto-sans-hebrew-vf-fonts -installpkg google-noto-sans-khmer-vf-fonts -installpkg google-noto-sans-sinhala-vf-fonts google-noto-sans-thai-vf-fonts -installpkg jomolhari-fonts -installpkg lohit-assamese-fonts -installpkg lohit-bengali-fonts -installpkg lohit-devanagari-fonts -installpkg lohit-gujarati-fonts -installpkg lohit-kannada-fonts -installpkg lohit-marathi-fonts -installpkg lohit-odia-fonts -installpkg lohit-tamil-fonts -installpkg lohit-telugu-fonts -installpkg paktype-naskh-basic-fonts -installpkg sil-padauk-fonts -installpkg rit-meera-new-fonts -installpkg vazirmatn-vf-fonts ## debugging/bug reporting tools installpkg gdb-gdbserver