Daniel Clark wrote: > Thank you for the reply, > > I should rephrase my question. I'm interested in patching my miniroot with > CPQary3 drivers. I've successfully added the CPQary3 driver. When attempting > to run the following commands against the miniroot (before repacking) I > receive an error message stating that my repository db is not a valid > archive, or is compressed. Every guide that I've read mentions packages. What > actions should take place to overcome this? > > export SVCCFG_REPOSITORY=/var/tmp/mr/etc/svc/repository.db > # svccfg -s system/manifest-import setprop start/exec = :true > # svccfg -s system/filesystem/usr setprop start/exec = :true > # svccfg -s system/identity:node setprop start/exec = :true > # svccfg -s system/device/local setprop start/exec = :true > # svccfg -s network/loopback:default setprop start/exec = :true > # svccfg -s network/physical:default setprop start/exec = :true > # svccfg -s milestone/multi-user setprop start/exec = :true > Hi Daniel,
You did not say how you have added the CPQary3 driver to the miniroot? If you want to add the CPQary3 driver to the microroot of the OpenSolaris image, you can check out the Distribution Constructor which allows you to build your own image with additional drivers. http://dlc.sun.com/osol/docs/content/dev/DistroConst/ Thanks, --Karen
