Re: [Q] pivot_root and initrd

From: Kai Henningsen (kaih@khms.westfalen.de)
Date: Sat Oct 27 2001 - 07:45:00 EST


ebrower@usa.net (Eric) wrote on 17.10.01 in <3BCDCF1D.6030202@usa.net>:

> You are simply doing the following, I assume with success:

> exec /sbin/init "$@"

> whereas I am doing something like the following:

> exec chroot . sh -c 'umount $OLDROOT; exec -a init.new /sbin/init
> $INITARGS' <dev/console >dev/console 2>&1

> I am mystified that the call to 'exec /sbin/init' works if you are using
> the standard (you mention "based on RedHat7.1" util-linux") /sbin/init
> proggie, and that a standard RH7.1 initscripts would not complain when
> the root filesystem is already mounted r/w.

It works because the PID is 1, of course.

/linuxrc (or however you call it) runs with PID=1, so when it exec's /sbin/
init, the PID is still 1.

OTOH, you have chroot run a shell as a child, which therefore does *not*
have PID=1.

MfG Kai
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:37 EST