summaryrefslogtreecommitdiff
path: root/share/bootloaders/syslinux
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-01-13 00:29:04 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-16 20:33:18 +0000
commit24aab15d2a133075992ce3a216b1c3476dc7bd4c (patch)
tree5ec361a08565ffeb13b95590d5a497c151cf86cb /share/bootloaders/syslinux
parentefbe50233ef47c53f796e3515ef33c016e7196b9 (diff)
downloadvyos-live-build-24aab15d2a133075992ce3a216b1c3476dc7bd4c.tar.gz
vyos-live-build-24aab15d2a133075992ce3a216b1c3476dc7bd4c.zip
bootloaders: add install with speech synthesis menu entries
Following the official Debian install disks Gbp-Dch: Short
Diffstat (limited to 'share/bootloaders/syslinux')
-rw-r--r--share/bootloaders/syslinux/install_gui.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/bootloaders/syslinux/install_gui.cfg b/share/bootloaders/syslinux/install_gui.cfg
index eecd3452e..69b90b9c0 100644
--- a/share/bootloaders/syslinux/install_gui.cfg
+++ b/share/bootloaders/syslinux/install_gui.cfg
@@ -11,3 +11,10 @@ label install
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
+
+label installspeechsynth
+ menu label Graphical install with ^speech synthesis
+ menu title Graphical install with speech synthesis
+ linux /install/gtk/vmlinuz
+ initrd /install/gtk/initrd.gz
+ append speakup.synth=soft vga=788 @APPEND_INSTALL@ --- quiet