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

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dpoststate.ksh48 ZONEPATH=$2
54 init_zone zone "$ZONENAME" "$ZONEPATH"
61 echo "global:installed:/" > $ZONEPATH/root/etc/zones/index
H A Dprestate.ksh47 ZONEPATH=$2
53 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dpreuninstall.ksh44 ZONEPATH=$2
H A Ddetach.ksh36 ZONEPATH=$2
38 shift; shift # remove ZONENAME and ZONEPATH from arguments array
54 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dpostattach.ksh41 ZONEPATH="$2"
96 safe_copy $sc_sysidcfg $ZONEPATH/root/etc/sysidcfg
H A Dattach.ksh92 # Set ZONEPATH, etc.
98 shift; shift # remove ZONENAME and ZONEPATH from arguments array
123 if [[ "$install_media" == "$ZONEPATH" ]]; then
H A Ds10_boot.ksh33 ZONEPATH=$2
34 ZONEROOT=$ZONEPATH/root
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Ddetach.ksh37 R) ZONEPATH="$OPTARG" ;;
45 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dprestate.ksh47 ZONEPATH=$2
53 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dhalt.ksh30 ZONEPATH=$2
H A Dpoststate.ksh47 ZONEPATH=$2
53 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dboot.ksh30 ZONEPATH=$2
38 init_zone zone "$ZONENAME" "$ZONEPATH"
H A Dpkgcreatezone.ksh67 ZONEPATH=""
104 R) ZONEPATH="$OPTARG" ;;
115 if [[ -z $ZONEPATH || -z $ZONENAME ]]; then
120 init_zone zone "$ZONENAME" "$ZONEPATH"
175 /usr/lib/brand/solaris/image_install $ZONENAME $ZONEPATH \
H A Dattach.ksh73 log "$f_zfs_unmount" "$ZONEPATH/root" )
103 # Set ZONEPATH, etc.
106 shift; shift # remove ZONENAME and ZONEPATH from arguments array
H A Dcommon.ksh626 rm -rf "$ZONEPATH/lu/system/volatile/$sc_config_base"
628 "$ZONEPATH/lu/system/volatile/$sc_config_base"
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh410 sort $fstmpfile | nawk -v zonepath=$ZONEPATH '{
439 sort -r "$fstmpfile" | nawk -v zonepath=$ZONEPATH '{
787 # the top level dirs; etc, var, usr... We must be above the ZONEPATH
789 # top-level dir name matches the ZONEPATH base-level dir name. If not,
793 # level dirs; etc, var, usr.... We must be in the ZONEPATH when we unpack
800 # Note that there can be a directory named "root" under the ZONEPATH/root
862 ARCHIVE_BASE=$ZONEPATH
864 # We need to be in the dir above the ZONEPATH but we need to
865 # validate that $base matches the final component of ZONEPATH.
866 bname=$(basename $ZONEPATH)
[all...]

Completed in 30 milliseconds