Oshadha Gunawardena wrote:
> @Pierre, I checked the "/etc/rc.d/init.d/network" script it seems OK. And
> the run levels are 3, 4, 5 (as per the script). Also I checked in
>
> /etc/rc.d/rc.3
> /etc/rc.d/rc.4
> /etc/rc.d/rc.5
>
> And there are symlinks to the network script. It seems like the
> network script it self isn't get executed. Is there a way that I can
> ensure the script is being executed? Like altering it maybe

Don't top post.

Ecit /etc/sysconfig/rc.site and uncomment:

#IPROMPT="yes" # Whether to display the interactive boot promp
#itime="3"    # The ammount of time (in seconds) to display the prompt

When you boot, it asks if you want to do an interactive prompt.  Say 
yes.  You can then step through the boot scripts one at a time.

Edit /etc/rc.d/init.d/network and add

'echo $interface' right below the line

interface=${file##*/ifconfig.}

Then lets see what you get.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to