From 98ab76eeb7275d17082124dfedfae9786a0b0e79 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 17 Nov 2022 05:09:15 -0500 Subject: [PATCH] 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. --- build-x86-images.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build-x86-images.sh.in b/build-x86-images.sh.in index 5736d94..b36a50b 100644 --- a/build-x86-images.sh.in +++ b/build-x86-images.sh.in @@ -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"