# PaCkAgE DaTaStReAm
TIMEprivsnz 1 39
# end of header
07070100003e5d000081a400000064000000500000000145d3d41e0000009e000000b600010042ffffffffffffffff0000001400000000TIMEprivsnz/pkginfo PKG=TIMEprivsnz
NAME=privsnz
ARCH=i386
VERSION=4.4.20.NC
CATEGORY=application
VENDOR=timeless
EMAIL=timeless@gmail.com
PSTAMP=timeless
BASEDIR=/
CLASSES=none
07070100003e5c000081a400000064000000500000000145d3d41e000002cc000000b600010042ffffffffffffffff0000001300000000TIMEprivsnz/pkgmap : 1 39
1 f none /etc/zones/SUNWprivsnz.xml 0755 root root 1198 35514 1171508909
1 d none /usr/lib/brand/privsnz 0755 root root
1 f none /usr/lib/brand/privsnz/SUNWdefault.xml 0755 root root 1198 35514 1171508930
1 f none /usr/lib/brand/privsnz/config.xml 0755 root root 3521 42356 1171508561
1 f none /usr/lib/brand/privsnz/platform.xml 0755 root root 3350 16939 1171508345
1 f none /usr/lib/brand/privsnz/postclone 0755 root root 1635 5018 1171508345
1 f none /usr/lib/brand/privsnz/priv_boot 0755 root root 45 3486 1171508680
1 f none /usr/lib/brand/privsnz/priv_halt 0755 root root 45 3486 1171508685
1 f none /usr/lib/brand/privsnz/priv_install 0755 root root 65 5191 1171508687
1 i pkginfo 158 12848 1171510302
07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!! 07070100003e5d000081a400000064000000500000000145d3d41e0000009e000000b600010042ffffffffffffffff0000000800000000pkginfo PKG=TIMEprivsnz
NAME=privsnz
ARCH=i386
VERSION=4.4.20.NC
CATEGORY=application
VENDOR=timeless
EMAIL=timeless@gmail.com
PSTAMP=timeless
BASEDIR=/
CLASSES=none
07070100003e5c000081a400000064000000500000000145d3d41e000002cc000000b600010042ffffffffffffffff0000000700000000pkgmap : 1 39
1 f none /etc/zones/SUNWprivsnz.xml 0755 root root 1198 35514 1171508909
1 d none /usr/lib/brand/privsnz 0755 root root
1 f none /usr/lib/brand/privsnz/SUNWdefault.xml 0755 root root 1198 35514 1171508930
1 f none /usr/lib/brand/privsnz/config.xml 0755 root root 3521 42356 1171508561
1 f none /usr/lib/brand/privsnz/platform.xml 0755 root root 3350 16939 1171508345
1 f none /usr/lib/brand/privsnz/postclone 0755 root root 1635 5018 1171508345
1 f none /usr/lib/brand/privsnz/priv_boot 0755 root root 45 3486 1171508680
1 f none /usr/lib/brand/privsnz/priv_halt 0755 root root 45 3486 1171508685
1 f none /usr/lib/brand/privsnz/priv_install 0755 root root 65 5191 1171508687
1 i pkginfo 158 12848 1171510302
07070100003e5e000041ed00000064000000500000000445d3d41e00000000000000b600010042ffffffffffffffff0000000500000000root 07070100003e62000041ed00000064000000500000000345d3d41e00000000000000b600010042ffffffffffffffff0000000900000000root/usr 07070100003e63000041ed00000064000000500000000345d3d41e00000000000000b600010042ffffffffffffffff0000000d00000000root/usr/lib 07070100003e64000041ed00000064000000500000000345d3d41e00000000000000b600010042ffffffffffffffff0000001300000000root/usr/lib/brand 07070100003e65000041ed00000064000000500000000245d3d41e00000000000000b600010042ffffffffffffffff0000001b00000000root/usr/lib/brand/privsnz 07070100003e670000812400000064000000500000000145d3cd5100000dc1000000b600010042ffffffffffffffff0000002600000000root/usr/lib/brand/privsnz/config.xml
/sbin/init
/usr/bin/login -z %Z -f %u
/usr/lib/brand/privsnz/priv_install %z %R %*
/usr/lib/brand/privsnz/priv_boot %z %R
/usr/lib/brand/privsnz/priv_halt %z %R
/usr/lib/brand/native/postclone %z %R
07070100003e6b000081ed00000064000000500000000145d3cdcd0000002d000000b600010042ffffffffffffffff0000002500000000root/usr/lib/brand/privsnz/priv_halt #!/bin/sh
# %z zonename %R zone root
exit 0
07070100003e69000081ed00000064000000500000000145d3cc7900000663000000b600010042ffffffffffffffff0000002500000000root/usr/lib/brand/privsnz/postclone #!/bin/sh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "@(#)postclone.sh 1.1 06/09/11 SMI"
PATH=/sbin:/usr/bin:/usr/sbin; export PATH
ZONENAME=$1
ZONEROOT=$2
# If the zone is already sys-unconfiged, then we're done.
if [ -f $ZONEROOT/etc/.UNCONFIGURED ]; then
exit 0
fi
#
# Mount the zone. The zone is still in the INCOMPLETE state, so we have to
# -f(orce) mount it.
#
zoneadm -z $ZONENAME mount -f
if [ $? -ne 0 ]; then
echo `gettext "Could not mount zone for sys-unconfig"`
exit 1
fi
# Log into the zone and sys-unconfig it.
zlogin -S $ZONENAME /usr/sbin/sys-unconfig -R /a
err=$?
if [ $err -ne 0 ]; then
echo `gettext "sys-unconfig failed"`
fi
zoneadm -z $ZONENAME unmount
if [ $? -ne 0 ]; then
echo `gettext "Could not unmount zone"`
exit 1
fi
exit $err
07070100003e680000812400000064000000500000000145d3cc7900000d16000000b600010042ffffffffffffffff0000002800000000root/usr/lib/brand/privsnz/platform.xml
07070100003e6c000081ed00000064000000500000000145d3cdcf00000041000000b600010042ffffffffffffffff0000002800000000root/usr/lib/brand/privsnz/priv_install #!/bin/bash
# %z zonename %R zone root %* rest of params
exit 0
07070100003e660000812400000064000000500000000145d3cec2000004ae000000b600010042ffffffffffffffff0000002b00000000root/usr/lib/brand/privsnz/SUNWdefault.xml
07070100003e6a000081ed00000064000000500000000145d3cdc80000002d000000b600010042ffffffffffffffff0000002500000000root/usr/lib/brand/privsnz/priv_boot #!/bin/sh
# %z zonename %R zone root
exit 0
07070100003e5f000041ed00000064000000500000000345d3d41e00000000000000b600010042ffffffffffffffff0000000900000000root/etc 07070100003e60000041ed00000064000000500000000245d3d41e00000000000000b600010042ffffffffffffffff0000000f00000000root/etc/zones 07070100003e610000812400000064000000500000000145d3cead000004ae000000b600010042ffffffffffffffff0000001f00000000root/etc/zones/SUNWprivsnz.xml
07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!