qubes-installer-qubes-os/qubes-logos/plymouth/plymouth-missing-fonts.conf
Marek Marczykowski-Górecki b8d3ecdd6d qubes-logos: do not install Deja Vu Serif font
It isn't used there. There isn't even config file for it.
2014-03-21 03:37:29 +01:00

8 lines
446 B
Plaintext

install_items+=" /usr/share/fonts/dejavu/DejaVuSans.ttf "
install_items+=" /usr/share/fontconfig/conf.avail/57-dejavu-sans.conf "
install_items+=" /etc/fonts/conf.d/57-dejavu-sans.conf "
install_items+=" /etc/fonts/fonts.conf "
# This unfortunately pulls about 10MB of libraries into initrd, but what can we
# do... without this, the 'script' plugin cannot output any text message
install_items+=" $(plymouth --get-splash-plugin-path)/label.so "