summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build/binary_grub-legacy2
-rwxr-xr-xscripts/build/binary_loopback_cfg2
-rw-r--r--share/bootloaders/extlinux/install_gui.cfg7
-rw-r--r--share/bootloaders/isolinux/install_gui.cfg7
-rw-r--r--share/bootloaders/pxelinux/install_gui.cfg7
-rw-r--r--share/bootloaders/syslinux/install_gui.cfg7
6 files changed, 32 insertions, 0 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy
index 5f620e8f4..442b70326 100755
--- a/scripts/build/binary_grub-legacy
+++ b/scripts/build/binary_grub-legacy
@@ -187,6 +187,8 @@ then
Grub_install_entry "GUI Expert" "${VMLINUZ_GI}" "${INITRD_GI}" "priority=low ${APPEND_GI}"
Grub_install_entry "GUI Rescue" "${VMLINUZ_GI}" "${INITRD_GI}" "rescue/enable=true ${APPEND_GI}"
Grub_install_entry "GUI Auto" "${VMLINUZ_GI}" "${INITRD_GI}" "auto=true priority=critical ${APPEND_GI}"
+ # Note, the following speech synthesis entry deliberately uses graphical kernel, but normal video params, copying the official Debian install disc
+ Grub_install_entry "GUI Install with speech synthesis" "${VMLINUZ_GI}" "${INITRD_GI}" "speakup.synth=soft ${APPEND_GI}"
fi
if [ -f "binary/${VMLINUZ_DI}" ] && [ -f "binary/${INITRD_DI}" ]
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}"
diff --git a/share/bootloaders/extlinux/install_gui.cfg b/share/bootloaders/extlinux/install_gui.cfg
index eecd3452e..69b90b9c0 100644
--- a/share/bootloaders/extlinux/install_gui.cfg
+++ b/share/bootloaders/extlinux/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
diff --git a/share/bootloaders/isolinux/install_gui.cfg b/share/bootloaders/isolinux/install_gui.cfg
index eecd3452e..69b90b9c0 100644
--- a/share/bootloaders/isolinux/install_gui.cfg
+++ b/share/bootloaders/isolinux/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
diff --git a/share/bootloaders/pxelinux/install_gui.cfg b/share/bootloaders/pxelinux/install_gui.cfg
index eecd3452e..69b90b9c0 100644
--- a/share/bootloaders/pxelinux/install_gui.cfg
+++ b/share/bootloaders/pxelinux/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
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