Searched refs:ARCHIVE_BASE (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh561 # properly unpack the archive into the zone. It sets the ARCHIVE_BASE
617 ARCHIVE_BASE=$ZONEROOT
619 ARCHIVE_BASE=$ZONEPATH
629 ARCHIVE_BASE=`dirname $ZONEPATH`
645 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts"
649 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts )
669 vlog "cd \"$ARCHIVE_BASE\" && pax -r -f \"$archive\" $filtopt"
673 ( cd "$ARCHIVE_BASE" && pax -r -f "$archive" $filtopt )

Completed in 31 milliseconds