Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - mkifs: support multiple rootdirs?: Page 1 of 3 (3 Items)
   
mkifs: support multiple rootdirs?  
Any plans to support multiple rootdirs passed to mkifs?

I tried:
    mkifs -rpath1,path2,path3 
    mkifs -rpath1:path2:path3 and 
    mkifs -rpath1 -rpath2

but "Only one rootdir can be passed" was returned for the third case and the other two cases I guess the deliminator was
 treated as part of the path.

I have a situation where I have a build file and most BSP components are in a subfolder of path1 but a few file 
additional files to include in the IFS are in a separate path2.  I don't have any "control" over the build file and the 
current work around is to a) copy needed files from path2 to path1; or b) make symbolic links.  This is okay but not as 
elegant as passing multiple paths to mkifs.

Thoughts?