> One way to resolve this today would be to explicitly build the repository
> up yourself from the seed, rather than copying one from a machine.
> That way you wouldn't have any running snapshots, and we'd
> automatically create them when we started the service the first time.

This works! In my ramdisk build I remove repository.db and then let the 
i.manifest class action script in my package copy over global.db to 
/etc/svc/repository.db. Then I run svccfg import to add my service to 
the fresh repository.

At boot time the rest of the 100 or so manifests in the ramdisk have to 
load, but this only takes 5-10 seconds.

Thanks for your help :)
Mike

Reply via email to