On Tue, Apr 02, 2002 at 01:51:13PM -0500, Ian Cooper wrote: > How does the linuxrc script work? It doesn't run on startup. Is > there a special kernel parameter? Thanks.
Linuxrc gets run when booting a ramdisk if it exists. Make sure you have /dev/console (5,1) and that your linuxrc is executable - and that it doesn't rely on any dynamic linker. The relevant code that runs it can be found in init/main.c in the kernel source. -R -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

