Re: Network loads before pcmcia

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2004-05-26 at 10:40, Jason Parks wrote:
> How can I change the boot order so my pcmcia comes up before the
> network card and I donât get booted from the graphic boot loader?
> 
>  
> 
> Jason Parks


The startup sequence is determined by the symlinked run control scripts
in the various directories under /etc/rc.d/

For example on my machine /etc/rc.d/rc3.d/ contains the following line
to start the network
S10network

looking deeper you can see that it's symlinked to the actual init script
[root@ajplacilla rc3.d]# ls -l |grep S10
lrwxrwxrwx  1 root root 17 Jan 21 08:57 S10network ->../init.d/network

what you can do is find the relevant lines in each rc# dir & edit them
so pcmcia start before network Your would look something like
S10pcmcia
S11network

Make sure you then edit the symlinks that start with K to stop network
before stopping pcmcia

do that in rc3,4 & 5.d



-- 
Tony Placilla, RHCT
anthony_placilla@xxxxxxxx

perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10);'



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux