On Wed, 9 Oct 2002, Spencer Ogden wrote:

> My temporary solution has been to modify the startup script to ask which
> interfaces I want brought up, not ideal. My question is, first, Is there a
> good way to get around this problem? If there isn't, then would it be a
> bad idea to put an '&' at the end of the slow commands to put them in the
> background?

  Assuming that Mandrake hasn't changed their network config files, in
/etc/sysconfig/network-scripts/ifcfg-eth0 put this line:

ONBOOT=no

  If /etc/sysconfig/network-scripts/ifcfg-eth1 exists, do the same;
otherwise you may need to turn pcmcia off in your default runlevel.
  If that's RL 3, then there's be a file in /etc/rc.d/rc3.d named
S<XX>pcmcia.  Make it gone.  If chkconfig is installed:

chkconfig pcmcia off

  Otherwise, just rm it by hand.

        Doc

_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to