-
Thanks for the help, but I just got it working.
I spent a long time today trying to figure out where to add the font_path line since there is no .bash_profile to add it to. I finally came across a thread that indicated putting stuff like this in the rc.sysinit.author would work. I initally tried adding it after the "#starting tivowebplus" entry near the bottom but it didn't work. I moved it up near the top just before the "echo" and it now works. I dont know what that means for the change your speaking of. I included a copy of my Rc.sysinit.author below.
#!/bin/bash
export PATH=./:.:/utils:/bin:/sbin:/tvbin:/tivobin:/busybox:/enhancements
export TIVO_ROOT=
export MFS_DEVICE=/dev/hda10
export PATH=$PATH:/tivo-bin
tnlited 23 /bin/bash -login &
tivoftpd
iptables -F
fakecall.tcl
FONT_PATH=:/var/hack/share/fonts export FONT_PATH
/busybox/setsid bash < /dev/ttyS2 &> /dev/ttyS2 &
echo
if [ -e /firstboot_flag ]; then
mount -o remount,rw /
if rm -rf /firstboot_flag; then
tivosh /hacks/network.tcl 192.168.1.20 192.168.1.1
mount -o remount,ro /
reboot
fi
fi
#############################################
# starting netserver to receive netperf requests
/enhancements/netserver
#############################################
# starting NCID CallerID
touch /var/log/cidcall.log &
cd /var/hack/sbin; ./ncidd
cd /var/hack/bin; ./tivocid &
#############################################
# starting EndPadPlus
tivosh /enhancements/endpadplus.tcl 1 1 -seq -auto >> /dev/null &
#############################################
#############################################
mkdir -p /var/TWP
export TWP_DATA_DIR=/var/TWP
# starting Tivowebplus
/TivoWebPlus/tivoweb
#############################################
# start crond after waiting 30 seconds
sleep 30
/busybox/crond
#############################################
# Check if var got wiped, and if so, rebuild symlinks from /enhancements/varhacks
if [ ! -e /var/vardelete_flag ]; then
sh /enhancements/var-symlinks.sh
fi
Last edited by govee; 04-12-2009 at 08:26 PM.
Reason: added copy of file
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules