pentest-distro-builder/modules/live-build-config/kali-config/common/hooks/live/accessibility-menu.binary
Kaj Forney b79cf7a7eb Initial commit.
Former-commit-id: 190f610ae1
2018-09-05 17:06:30 -06:00

16 lines
280 B
Bash
Executable file

#!/bin/sh
if [ ! -d isolinux ]; then
cd binary
fi
cat >>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