Hi...
1. Do You know any documents/sites where I can find
the instructions of how to build the very simple root
fs ?

Do I understand correctly that what you refer here is rootfs image used by emulator/virtualizer such as User Mode Linux or Qemu? If yes, that would consist of the following general steps:
1. create it using dd
2. format it
3. loop mount it and copy neccessary files to it. You can use yum with custom target directory or any other method offered by your package manager.


2. Do You know any very simple root filesystems that
work well with User Mode Linux ?

have you checked http://uml.harlowhill.com/uml/Wiki.jsp?page=UMLRootFilesystems ?
2. Is there any flag or make parameter or anything
else to build the kernel in the most basic way as
possible ?

I can only suggest "make allnoconfig" then start enabling what else you might need from this minimal kernel config.

regards,

Mulyadi

thank You for help


____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ




--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to