As promised in the DC meeting, here's my proposal for the changes to the
manifest to support
the customization of the repo to use after the bits are installed.
<pkg_repo_default_authority>
<main url="http://pkg.opensolaris.org" authname="opensolaris.org"/>
<mirror url=""/>
</pkg_repo_default_authority>
<pkg_repo_addl_authority >
<main url="whatever" authname="whatever"/>
<mirror url=""/>
</pkg_repo_addl_authority/>
<post_install_repo_default_authority>
<main url="something else" authname="something else.org"/>
<mirror url=""/>
</post_install_repo_default_authority>
<post_install_addl_authority/>
<main url="whatever else" authname="whatever.org"/>
<mirror url=""/>
</post_install_addl_authority>
For post_install_repo_default_authority
This is optional and the default value is
http://pkg.opensolaris.org:80 opensolaris.org.
The mirror is optional with no default value.
Post_install_addl_authority and it's mirror are optional. No default.
Jean