Re: pivot_root & linuxrc problem

2001-03-17 Thread Mike Galbraith
On Sat, 17 Mar 2001, Bernd Eckenfels wrote: > In article <[EMAIL PROTECTED]> you wrote: > > Aha.. so that's it. I've never been able to get /linuxrc to execute > > automagically. I wonder why /linuxrc executes on Art's system, but > > not on mine. I can call it whatever I want and it doesn't r

Re: pivot_root & linuxrc problem

2001-03-16 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > Aha.. so that's it. I've never been able to get /linuxrc to execute > automagically. I wonder why /linuxrc executes on Art's system, but > not on mine. I can call it whatever I want and it doesn't run unless > I explicitly start it with init=whatever.

Re: pivot_root & linuxrc problem

2001-03-16 Thread Art Boulatov
Mike Galbraith wrote: > > Aha.. so that's it. I've never been able to get /linuxrc to execute > automagically. I wonder why /linuxrc executes on Art's system, but > not on mine. I can call it whatever I want and it doesn't run unless > I explicitly start it with init=whatever. > >

Re: pivot_root & linuxrc problem

2001-03-16 Thread Mike Galbraith
On Thu, 15 Mar 2001, Russell King wrote: > On Thu, Mar 15, 2001 at 10:11:55PM +0100, Mike Galbraith wrote: > > On Thu, 15 Mar 2001, Art Boulatov wrote: > > > > > How can I "exec /sbin/init" from "/linuxrc", whatever it is, > > > if "linuxrc" does not get PID=1? > > > > > > Actually, why does NOT

Re: pivot_root & linuxrc problem

2001-03-15 Thread Russell King
On Thu, Mar 15, 2001 at 10:11:55PM +0100, Mike Galbraith wrote: > On Thu, 15 Mar 2001, Art Boulatov wrote: > > > How can I "exec /sbin/init" from "/linuxrc", whatever it is, > > if "linuxrc" does not get PID=1? > > > > Actually, why does NOT "linuxrc" get PID=1? > > That's the question.. the fir

Re: pivot_root & linuxrc problem

2001-03-15 Thread Mike Galbraith
On Thu, 15 Mar 2001, Art Boulatov wrote: > How can I "exec /sbin/init" from "/linuxrc", whatever it is, > if "linuxrc" does not get PID=1? > > Actually, why does NOT "linuxrc" get PID=1? That's the question.. the first task started gets pid=1, and when that is true, exec /sbin/init has no proble