build-x86-images: include console screenreader
espeakup is a screenreader for console environments they are a minimal increase to the size of the live images, but I think they are an important accessibility feature to add.
This commit is contained in:
parent
d96d597d74
commit
98ab76eeb7
|
@ -28,6 +28,7 @@ build_variant() {
|
|||
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
|
||||
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
|
||||
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror $GRUB_PKGS"
|
||||
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror espeakup $GRUB_PKGS"
|
||||
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
|
||||
SERVICES="sshd"
|
||||
|
||||
|
|
Loading…
Reference in New Issue