From 0265e49f47f13a3f583df2c59f40224242f20c82 Mon Sep 17 00:00:00 2001 From: Andrew de los Reyes Date: Wed, 9 Dec 2009 16:35:22 -0800 Subject: [PATCH] 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 --- customize_rootfs.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/customize_rootfs.sh b/customize_rootfs.sh index e5e93bdee3..1f1e6b787f 100755 --- a/customize_rootfs.sh +++ b/customize_rootfs.sh @@ -107,11 +107,7 @@ cp -r "${SETUP_DIR}/rootfs_static_data/common/." / rm /etc/modprobe.d/alsa-base.conf # Remove unneeded fonts. -UNNEEDED_FONTS_TYPES=$(ls -d /usr/share/fonts/* | grep -v truetype) -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 +rm -rf /usr/share/fonts/X11 # 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