Hi
I can compile fine but find a small bug in /var/etc/init/start_neutrino these lines are ignored (or seem to be).
Code: Alles auswählen
export LD_LIBRARY_PATH=/tmp:/var/lib:/lib:$LD_LIBRARY_PATH
export PATH=/tmp:/var/bin:$PATH
If I telnet in and type
env
then it shows the default settings
I put them in
/etc/profile
Code: Alles auswählen
# /etc/profile
# get environment from info module
. /proc/bus/dbox.sh
export PATH="/tmp:/var/bin:/sbin:/bin"
export LD_LIBRARY_PATH=/tmp:/var/lib:/lib:$LD_LIBRARY_PATH
# timezone, only applicable for middle europe
if [ -e /bin/neutrino ]; then
export TZ=GMT0BST,M3.5.0/2,M10.5.3/3
fi
export PS1='\w > '
alias ll='ls -la'
alias dir='ls -la'
if [ -e /var/etc/profile ] ; then
. /var/etc/profile
fi
If I telnet in now and type
env
Then the settings are correct.
I understand you have no interest in
but I am in the UK
Excellent work on getting the neutrino to work on the dreambox, I am a bitg fan of neutrino images.