Ivan wrote: > Hey, > > Could somebody tell me how I could build my own x86.miniroot file > from a compiled OpenSolaris source code build? Do some tool exist to > create this? > > I would like to replace the kernel in the x86.miniroot from the > OpenSolaris installation cd with a customized kernel for debugging > purposes during installation. >
See root_archive(1M). The tool used to create a miniroot from scratch is not yet open-sourced (it will come along with the install consolidation when we release that code) but root_archive should let you unpack, modify, and then repack your own. Dave
