Discussion:
[Grml] Remastering GRML for blind users
Tony Sales
2013-07-22 11:04:01 UTC
Permalink
I have figured out how to remaster the GRML live cd so that it speaks automatically on boot :)

Assuming you already know how to boot the live CD and mount a USB pendrive:

Type: mkdir /tmp/cd && mkdir /tmp/cd/scripts
Type: cd /tmp/cd/scripts
Type: nano grml.sh
Enter: #!/bin/bash
modprobe speakup_soft
espeakup
loadkeys uk # optional
exit 0
Press: Ctrl + x, then y to save and close script
Type: chmod 777 grml.sh
Type: cd
Type: grml2iso -b scripts -c /tmp/cd -o grml_vi.iso /lib/live/mount/medium # wait for this to finish

Then copy the iso to usb drive and burn to cd :)

drbongo
This message is private and confidential. If you have received this message in error, please notify us and remove it from your system. Opinions expressed are not necessarily those of The Royal National College for the Blind. The Royal National College for the Blind | Venns Lane | Hereford | HR1 1DT | Tel: +44(0)1432 265725 | Fax: +44(0)1432 842979 | Company Limited by Guarantee No. 2367626 | Registered Charity No. 1000388 | Vat No. 927509504
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.grml.org/pipermail/grml/attachments/20130722/d937bcd2/attachment.html>
Loading...