Sorry, stupid ASSumption that everyone knows what changes are made by nic_install. The following are the contents of rc.net and the tail of rc.sysinit:
Code:
# /etc/rc.d/rc.net
#!/bin/sh
#
/sbin/insmod -f /lib/modules/8390tridge.o
if /sbin/insmod -f /lib/modules/tivone.o ; then
export DYNAMIC_NET_DEV=eth0
mkdir -p /var/state/dhcp
/sbin/dhclient -q eth0 2>/dev/null &
fi
Code:
[ ! -f /etc/rc.d/rc.sysinit.author ] || /etc/rc.d/rc.sysinit.author
echo "rc.sysinit is complete"
/bin/bash </dev/ttyS3 >& /dev/ttyS3 &
echo "**** STARTING TELNET ****"
/sbin/tnlited 23 /bin/bash -login &
echo "**** STARTING FTP ****"
/sbin/tivoftpd
echo "**** DONE WITH RC.SYSINIT ****"