Fwconsole start at boot ubuntu

looks like i got it right

i changed it to

root@vodeoo:~# cat /etc/rc.local
#!/bin/sh -e
#sh /etc/init.d/S97-setup.sh
#exit “0” >>/etc/apt/sources.list
#echo 600 > /sys/block/sda/device/timeout
#echo 600> /sys/block/sr0/device/timeout
#test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server
sh '/root/fw.sh’
exit 0