> Another thing is that to use IPS repository, you need to create it > first, for example to create user repository, please type command: > pkg create-image -u -a somauthority.com=http://localhost:1000 > /test/directory
The above instructions aren't entirely correct. pkg image-create -F -a <authname>=http://localhost:10000 </path/to/image> Is generally how I do this. You want to use -U instead of -F if you're going to create a user image. I also like to set the environment variable PKG_IMAGE that way /path/to/image can be $PKG_IMAGE, and the pkg system can find the image if it ever gets confused. HTH, -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
