I think the live distro was made to detect and automatically load modules and drivers. you should probably check(dont modify without backing up) the /etc/init.d directory. This is the directory with startup scripts which are loaded in certain order according to certain rules.
for instance you could find /etc/init.d/rc* where rc* are folders and * is a number usually from one to six. each of them is a run level; zero(rc0) - shutdown pc, six(rc6) - restart pc, five(usually default and multiuser level on boot). in rc5 you may find a script called network that sets up your network cards, gateways etc. Actually you could find /etc/init.d/rcsysinit directory has the real scripts and the /etc/init.d/rc* just have symbolic links(shortcuts) with different parameters. Note: The principle of runlevels is usually the same but naming and rules vary from distro to distro. check out yours. good luck -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
