|
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@
|
|
}
|