summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/airootfs/etc/local.d/livecd-talk.start
blob: 4c1813b76e3dca6079542b70445f85a8dc76b60f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later

if grep -qo 'accessibility=on' /proc/cmdline; then
  livecd-sound -u
  chvt 13
  livecd-sound -p
  chvt 1
  rc-service start espeakup
fi