<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">I have figured out how to remaster the GRML live cd so that it speaks automatically on boot :)<br>
<br>
Assuming you already know how to boot the live CD and mount a USB pendrive:<br>
<br>
Type: mkdir /tmp/cd && mkdir /tmp/cd/scripts<br>
Type: cd /tmp/cd/scripts<br>
Type: nano grml.sh<br>
Enter: #!/bin/bash<br>
            modprobe speakup_soft<br>
            espeakup<br>
            loadkeys uk # optional<br>
            exit 0   <br>
Press: Ctrl + x, then y to save and close script<br>
Type: chmod 777 grml.sh<br>
Type: cd<br>
Type: grml2iso -b scripts -c /tmp/cd -o grml_vi.iso /lib/live/mount/medium # wait for this to finish<br>
<br>
Then copy the iso to usb drive and burn to cd :)<br>
<br>
drbongo</div>
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
</body>
</html>