Hi Alok,
Alok Aggarwal wrote: > Hi Jan, > > On Thu, 3 Sep 2009, Jan Damborsky wrote: > >>> I can also send out a preliminary webrev of my changes to show >>> the refactoring looks like. >> >> If it is available, it would be nice - I might start to think about how >> the merge might look like. > > A preliminary webrev of my changes is here - > > http://cr.opensolaris.org/~aalok/bootable.ai.prelim/ > > I'm not ready to take any sort of code review feedback > on this wad just yet but this should hopefully give you an idea of the > changes. Thanks a lot for putting this together - that helps ! Looking at the webrev, my understanding is that original SMF service svc:/system/filesystem/root:live-media (with live-fs-root start method) is going to be split into following three pieces: [1] svc:/system/filesystem/root-minimal:live-media (live-fs-root-minimal) * determines if we are booted from media or net * if booted from media, proceed with [2a] * if booted from media, proceed with [2b] [2a] svc:/system/filesystem/root:live-media (live-fs-root) * mounts filesystems when booted from media [2b] svc:/system/filesystem/root:net (net-fs-root) * downloads compressed archives from server and mounts filesystems when booted from net Is my understanding correct ? Thanks again, Jan