On Sat, 2013-09-28 at 13:10 -0400, Trevor Woerner wrote: > On 26 September 2013 22:17, Tom Zanussi <[email protected]> wrote: > > This patchset implements a new command named 'wic' (for OpenEmbedded > > Image Creator). Please see [YOCTO #3847] for extensive background on > > what's implemented here. > > Wow Tom, this is really AWESOME work! And thanks for the excellent > detailed description of the current system which you documented in > [YOCTO #3847]! >
Thanks! > One question comes to mind: if I have a package which installs files > to two (or more) different directories and I have decided (for > whatever reason) that those directories should be on separate > partitions, is this supported? No, the current code doesn't, but what I had planned on doing was adding hyphenated suffixes onto the --source rootfs param which would be treated as subdividing the rootfs (passed in using -r) and creating separate partitions with those contents e.g. --source rootfs-home --source rootfs-usr-local So in the above, the contents of /home would be split out into a separate partition (and subtracted from rootfs) as well as /usr/local, and fstab entries would be created to mount those partitions as /home and /usr/local... Tom > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
