PDA

View Full Version : Nano on 6.2


AthieN
05-25-2005, 08:10 PM
Hi all.

Another newb question...

I am running an almost fully hacked SD-DVR40 with 6.2 installed via slices.

I installed Nano to the system. Even though I had to force the install, it appears to be working fine. The only problem I am experiencing is that every time I telnet to the machine, I need to type: export TERMINFO=/busybox/terminfo/ in order to get pico to work.

Where do I automate this? How do I make it execute this command each time I log into the TiVo?

I know this is a dumb question, but it's been awhile since I've worked with *nix.

Thanks!!

AhoyMatey
05-25-2005, 08:13 PM
Put in rc.sysinit.author before the tnlited command.

AthieN
05-25-2005, 09:14 PM
Put in rc.sysinit.author before the tnlited command.

That didn't work. I put it in there and rebooted the TiVO - same thing.

fixn278
05-25-2005, 09:18 PM
create a .profile and place it in there

AhoyMatey
05-25-2005, 09:25 PM
Yep fixn278 is correct - that's the way it should be done. In /.profile or /etc/profile.

AthieN
05-25-2005, 10:43 PM
That worked... thanks guys!!