You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
12 years ago
|
#!/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
|
||
|
|