Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - x86 (atom) builder project - can I have minimal rootfs from ifs without disk root?: (3 Items)
   
x86 (atom) builder project - can I have minimal rootfs from ifs without disk root?  
Hi all,

What I want: a minimal IFS that loads into ram and stays there. Additional resources are loaded from a SSD but not root.


I get stuck during boot of my image - I suspect because there are no devices or /dev folder. The first application "
seedres" gets a SIGSEGV code=2.

I use the builder interface but exported a build file - it is attached.

What am I missing?

W
Attachment: Text basecontroller.mkifs 1.92 KB
Re: x86 (atom) builder project - can I have minimal rootfs from ifs without disk root?  
>>>procmgr_symlink ../../proc/boot/libc.so.3 /usr/lib/ldqnx.so.2

You didn't include libc.so.3 in the build?
Re: x86 (atom) builder project - can I have minimal rootfs from ifs without disk root?  
Brilliant - thanks! It was listed in the overrides - swear I didn't put it there.

Willem