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:
parent
d6e7b80ea0
commit
d25826212a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue