Re: Unknown initrd commands

From: Robert Hancock
Date: Mon Apr 13 2009 - 02:03:06 EST


stonee@xxxxxxxxxxxxx wrote:
I have been digging around a few times online, and have not been able to find where some commands invoked from the Fedora init script are located.

The contents of the script are as follows along with some notes that I've added:


...

mkblkdevs
# ? stabilized --hash --interval 250 /proc/scsi/scsi
# ?
resume /dev/sda2
# ?

echo Creating root device.
mkrootdev -t ext3 -o defaults,ro /dev/sda1
echo Mounting root filesystem.
mount /sysroot
echo Setting up other filesystems.

setuproot
# ?

loadpolicy
# ?
Where are these commands documented? Also, do initrd/nash have a home page?

Thanks!

By the way, please include my safemail e-mail in responses as I am not subscribed to the list.

I believe these are nash built-ins. There's a man page, but it doesn't seem to list these commands, presumably it's out of date. Likely the only good documentation for them is the nash source code..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/