From 2b9540019a26b5fed441ff85511389531dd7791a Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 1 Aug 2020 20:13:26 -0400 Subject: [talkingparabola] sync with releng, talkingarch is just too slow ;) talkingarch last synced archiso in v44, but releng has changed a lot since then Signed-off-by: David P --- configs/talkingparabola/syslinux/parabolaiso_sys64.cfg | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'configs/talkingparabola/syslinux/parabolaiso_sys64.cfg') diff --git a/configs/talkingparabola/syslinux/parabolaiso_sys64.cfg b/configs/talkingparabola/syslinux/parabolaiso_sys64.cfg index 7376bc1..16a34fe 100644 --- a/configs/talkingparabola/syslinux/parabolaiso_sys64.cfg +++ b/configs/talkingparabola/syslinux/parabolaiso_sys64.cfg @@ -1,11 +1,15 @@ -# accessability boot option +# +# SPDX-License-Identifier: GPL-3.0-or-later -LABEL parabola64speatch +DEFAULT parabola64speech +TIMEOUT 30 + +LABEL parabola64speech TEXT HELP Boot the Parabola GNU/Linux-libre (x86_64) live medium with speakup enabled. -It allows you to install Parabola GNU/Linux-libre or perform system maintenance using speatch feedback. +It allows you to install Parabola GNU/Linux-libre or perform system maintenance using texto-to-speech feedback. ENDTEXT -MENU LABEL Boot Parabola GNU/Linux-libre (x86_64) with TTS speech -LINUX boot/x86_64/vmlinuz +MENU LABEL Boot Parabola GNU/Linux-libre (x86_64) with texto-to-speech +LINUX boot/x86_64/vmlinuz-linux-libre INITRD boot/x86_64/parabolaiso.img APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% speakup.synth=soft -- cgit v1.2.2