binary_syslinux: Ensure the availability of the font of splash.svg

If the font is not installed in the binary chroot, a substitute font
will silently be used instead
This commit is contained in:
Roland Clobus 2023-08-20 10:53:45 +02:00
parent d6e7b80ea0
commit d25826212a
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ fi
Check_package chroot /usr/lib/$(echo ${_BOOTLOADER} | tr '[a-z]' '[A-Z]') ${_BOOTLOADER} Check_package chroot /usr/lib/$(echo ${_BOOTLOADER} | tr '[a-z]' '[A-Z]') ${_BOOTLOADER}
Check_package chroot /usr/lib/syslinux syslinux-common Check_package chroot /usr/lib/syslinux syslinux-common
Check_package chroot /usr/bin/rsvg-convert librsvg2-bin Check_package chroot /usr/bin/rsvg-convert librsvg2-bin
Check_package chroot /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf fonts-dejavu-core
# Restoring cache # Restoring cache
Restore_package_cache binary Restore_package_cache binary