Quoth Evgeni Ilyin on Sat, Mar 31, 2007 at 09:09:27AM -0700:
> I'm trying to minimize livecd image from livemedia project and firsta
> attempt was using req metacluster instead of full installation. But it
> turns out that some files weren't found during image creation process
> and I suppose that some files presented in bootcd skeleton was not
> installed during cluster installation process. So I need to make
> a lookup in the package repository to find files in package
> description. I think that tools that allows to do this should exist,
> so could you give me a hint.
The files a package delivers are listed in it's pkgmap file. So if you
want to find which package in an install image delivers a certain file,
you can do
$ grep filename Solaris_11/Product/SUNW*/pkgmap
David