Ok, i get fed up with Ubuntu almost a year ago due to it shoving things down my throat I didn't care for. I shouldn't install an OS and have to sift through the app manager to get rid of crap I don't need. Thus when I saw TC, it reignited my drive to use linux again.
I've gone through the installation as guided by the simple guide, but am having some issues getting persistance when it comes to applications (openssh and iptables are the only things I want at the moment).
System:
EEE901 (with very broken screen b/c of very fat dumb cat)
I have set my boot options as such:
home=sda1 local=sda1 tce=sda1 restore=sda1 opt=sda1
My opt/bootlocal.sh:
/usr/local/sbin/basic-firewall
/usr/local/etc/init.d/openssh start
My opt/.filetool.lst:
opt/bootlocal.sh
opt/bootsync.sh
opt/shutdown.sh
opt/tcemirror
opt/.filetool.lst
opt/.xfiletool.lst
home
etc/shadow
etc/group
etc/passwd
usr/local/etc/ssh/ssh_config
usr/local/etc/ssh/sshd_config
ls of /mnt/sda1 gives:
boot
lost+found
opt
tclocal
home
mydata.tgz
tce
I've run the control panel "Set TCE Drive" and the "System Tools" "PPISetup".
After all that, I open the appbrowser and proceed to install openssh and iptables. I test openssh starting it (/usr/local/etc/init.d/openssh start) by using putty on my win7 machine and it works just fine.
Then after the reboot, the command: /usr/local/etc/init.d/openssh start : no longer works. openssh appears as a symbolic link in ls of /usr/local/etc/init.d though.
I don't believe Iptables is running after the reboot either.
As far as I can tell, I've done all the steps for persistence. What am i missing to be able to have my apps there (and runnable) on reboot?
Thanks for the help in advance!