From e4fd6acd2d59cd10450fc57cf89e2dcc3c1e9c87 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 30 Jun 2018 06:16:32 -0400 Subject: add braille and screen reader support from talkingparabola config --- configs/profile/root-image/usr/bin/livecd-alsa-unmuter | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 configs/profile/root-image/usr/bin/livecd-alsa-unmuter (limited to 'configs/profile/root-image/usr/bin/livecd-alsa-unmuter') diff --git a/configs/profile/root-image/usr/bin/livecd-alsa-unmuter b/configs/profile/root-image/usr/bin/livecd-alsa-unmuter new file mode 100755 index 0000000..6de05a0 --- /dev/null +++ b/configs/profile/root-image/usr/bin/livecd-alsa-unmuter @@ -0,0 +1,8 @@ +#!/bin/bash + +# Properly initialize the sound card so that we have audio at boot. +# This script is released under the GNU General Public License. +source /usr/share/livecd-sound/functions + +preinit_levels all +sanify_levels all -- cgit v1.2.2