mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
Fonts: add DejaVu, AbyssinicaSIL
Legal signed off on these fonts, which are Ubuntu packages ttf-dejavu, ttf-sil-abyssinica. Review URL: http://codereview.chromium.org/465144
This commit is contained in:
parent
53c74c9d74
commit
0265e49f47
@ -107,11 +107,7 @@ cp -r "${SETUP_DIR}/rootfs_static_data/common/." /
|
|||||||
rm /etc/modprobe.d/alsa-base.conf
|
rm /etc/modprobe.d/alsa-base.conf
|
||||||
|
|
||||||
# Remove unneeded fonts.
|
# Remove unneeded fonts.
|
||||||
UNNEEDED_FONTS_TYPES=$(ls -d /usr/share/fonts/* | grep -v truetype)
|
rm -rf /usr/share/fonts/X11
|
||||||
UNNEEDED_TRUETYPE_FONTS=$(ls -d /usr/share/fonts/truetype/* | grep -v ttf-droid)
|
|
||||||
for i in $UNNEEDED_FONTS_TYPES $UNNEEDED_TRUETYPE_FONTS; do
|
|
||||||
rm -rf "$i"
|
|
||||||
done
|
|
||||||
|
|
||||||
# The udev daemon takes a long time to start up and settle so we defer it until
|
# The udev daemon takes a long time to start up and settle so we defer it until
|
||||||
# after X11 has been started. In order to be able to mount the root file system
|
# after X11 has been started. In order to be able to mount the root file system
|
||||||
|
Loading…
Reference in New Issue
Block a user