Displaying 1 result from an estimated 1 matches for "tmpramf".
Did you mean:
  tmpramfs
  
2004 Dec 24
1
Newbie Question
...ert some of my existing initrd images to the 
new initramfs format.  However, I have some questions as too what 
exactly /init in a iniramfs system is responsible for?  My current 
images probe/configure devices using devfs and libkudzu (basically, the 
same as knoppix detection setup) and create a tmpramfs root for use with 
pivot_root.  However, looking thru prepare_namespace, it appears that MD 
arrays need to be detected/fired up as well as the root changed.  Would 
my /init need to do something to startup MD arrays ?  Can I still just 
mount devfs on /dev as I do in the initrd images or do I nee...