Hi Rinaldo,
You expected that only files for the system's default locale
to be installed, but actually all files were installed,
correct understanding of what you mean?
(If not, please clarify more about what's expectation
and what's result you got.)
Have you set facet of the system (IPS image) with "pkg change-facet"?
If not, currently no facet specification is set by default.
IPS recognizes this empty facet configuration as "any facet
is implicitly selected" so files with any facet tag is installed.
You can check current facet configuration of user's system with:
pkg facet
And you can modify configuration e.g.:
pkg change-facet 'facet.locale.*=false' 'facet.locale.de=true'
'facet.locale.de_*=true'
to select German only.
System's default locale does not affect facet configuration of
IPS image on the system. facet can be used to specify multiple
languages to install.
Once iso media starts containing IPS image with facet configured,
system installed with the media will have the same facet configuration
as initial configuration, and user can change it after that.
Thanks,
Takeshi
On 2011年01月28日 11:04, Rinaldo DiGiorgio wrote:
Hi,
I have some manual pages that are in many languages. I would like to
have one IPS package that has all the Language files in it. I realize that
assumes that the name of the package is no localized. I thought I would use
facets an decided that would not work for me. Are there other approaches I
have overlooked? How do I get pkg to use the default locale when loading a
package and apply it to a pkg installation.
Rinaldo
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss