Displaying 3 results from an estimated 3 matches for "sunw_pkg_thiszon".
Did you mean:
sunw_pkg_thiszone
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
...ckage content from the global zone is reflected in
all zones, the necessary files are already there.
Typically I try to keep additional installed packages as independent as
possible. So all additional software packages have the following parameters
set in the pkginfo file:
SUNW_PKG_ALLZONES=false
SUNW_PKG_THISZONE=true
This ensures a discrete package installation within a given zone.
I'' ve just changed this for the packages ruby, facter and puppet to
"SUNW_PKG_ALLZONES=true" . So these are in the right place after a zone
init.
Normally, the postinstallation script of the puppet package...
2009 Aug 05
4
[Bug 1627] New: SMF issues on sparse-root zones
https://bugzilla.mindrot.org/show_bug.cgi?id=1627
Summary: SMF issues on sparse-root zones
Product: Portable OpenSSH
Version: 5.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
...necessary files are already there.
>>
>> Typically I try to keep additional installed packages as
>> independent as possible. So all additional software packages have
>> the following parameters set in the pkginfo file:
>>
>> SUNW_PKG_ALLZONES=false
>> SUNW_PKG_THISZONE=true
>>
>> This ensures a discrete package installation within a given zone.
>>
>> I'' ve just changed this for the packages ruby, facter and puppet
>> to "SUNW_PKG_ALLZONES=true" . So these are in the right place
>> after a zone init.
>...