summaryrefslogtreecommitdiff
path: root/scripts/build/binary_loopback_cfg
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 /scripts/build/binary_loopback_cfg
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 'scripts/build/binary_loopback_cfg')
-rwxr-xr-xscripts/build/binary_loopback_cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg
index 5bb349ec3..0b8af76a4 100755
--- a/scripts/build/binary_loopback_cfg
+++ b/scripts/build/binary_loopback_cfg
@@ -250,6 +250,8 @@ then
Grub_install_entry "Automatic install in text mode" "auto" "${KERNEL_DI}" "${INITRD_DI}" "auto=true priority=critical ${APPEND_DI}"
Grub_install_entry "Rescue system in graphical mode" "rescuegui" "${KERNEL_GI}" "${INITRD_GI}" "rescue/enable=true ${APPEND_GI}"
Grub_install_entry "Rescue system in text mode" "rescue" "${KERNEL_DI}" "${INITRD_DI}" "rescue/enable=true ${APPEND_DI}"
+ # Note, the following speech synthesis entry deliberately uses graphical kernel, but normal video params, copying the official Debian install disc
+ Grub_install_entry "Install in graphical mode with speech synthesis" "${KERNEL_GI}" "${INITRD_GI}" "speakup.synth=soft ${APPEND_GI}"
else
Grub_install_entry "Start installer" "install" "${KERNEL_DI}" "${INITRD_DI}" "${APPEND_DI}"