build-x86-images.sh.in: improve the monospace fonts issue.

This commit is contained in:
Juan RP 2015-04-08 10:02:15 +02:00
parent f0592dcd5e
commit 69f299c581

View File

@ -14,7 +14,7 @@ case "$ARCH" in
esac
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm $GRUB"
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth cantarell-fonts gnome-themes-standard"
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers lxdm setxkbmap xauth font-misc-misc terminus-font cantarell-fonts gnome-themes-standard"
readonly E_PKGS="$X_PKGS enlightenment terminology econnman udisks2 firefox"
readonly XFCE_PKGS="$X_PKGS xfce4 firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"
readonly MATE_PKGS="$X_PKGS mate mate-extra firefox network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2"