diff options
Diffstat (limited to 'share/bootloaders/grub-pc/install_start_gui.cfg')
| -rw-r--r-- | share/bootloaders/grub-pc/install_start_gui.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/bootloaders/grub-pc/install_start_gui.cfg b/share/bootloaders/grub-pc/install_start_gui.cfg index 94c61b367..92dde1713 100644 --- a/share/bootloaders/grub-pc/install_start_gui.cfg +++ b/share/bootloaders/grub-pc/install_start_gui.cfg @@ -2,3 +2,8 @@ menuentry 'Start installer' --hotkey=i { linux @KERNEL_GI@ vga=788 @APPEND_INSTALL@ --- quiet initrd @INITRD_GI@ } + +menuentry 'Start installer with speech synthesis' --hotkey=s { + linux @KERNEL_GI@ speakup.synth=soft vga=788 @APPEND_INSTALL@ --- quiet + initrd @INITRD_GI@ +} |
