as on man pages of initrd
http://www.netadmintools.com/html/initrd.man.html
What I understood is executable /linuxrc determines what is needed to
(1) mount the normal root file-system (i.e. device type, device
drivers, file system) and (2) the distribution media (e.g. CD-ROM,
network, tape, ...). This can be done by asking the user, by auto-
probing, or by using a hybrid approach.
I want to be able to create an initrd which I can give to my friend
who can start installation from it . by mounting root on cd or dvd
etc. Starting from scratch.