Add install with speech synthesis and fix shortcut key of forensic mode
parent
97a1152a67
commit
739b895dc2
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cat >>binary/isolinux/install.cfg <<END
|
||||||
|
|
||||||
|
label installspk
|
||||||
|
menu label Install with ^speech synthesis
|
||||||
|
linux /install/gtk/vmlinuz
|
||||||
|
initrd /install/gtk/initrd.gz
|
||||||
|
append video=vesa:ywrap,mtrr vga=788 speakup.synth=soft -- quiet
|
||||||
|
END
|
||||||
|
|
Loading…
Reference in New Issue