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

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dclone.ksh68 unset sc_config
77 sc_config="$OPTARG"
90 if [[ -f $sc_config && $sc_config != *.xml ]]; then
91 fail_usage "$f_scxml" "$sc_config"
126 if [[ $brand_labeled = 0 ]] && [[ ! -n $sc_config ]]; then
130 reconfigure_zone $sc_config
H A Dattach.ksh113 unset sc_config
144 sc_config="$OPTARG"
186 if [[ -f $sc_config && $sc_config != *.xml ]]; then
187 fail_usage "$f_scxml" "$sc_config"
252 [[ -n $sc_config ]] && reconfigure_zone "$sc_config"
H A Dpkgcreatezone.ksh79 unset sc_config
98 sc_config="$OPTARG"
130 if [[ -f $sc_config && $sc_config != *.xml ]]; then
131 fail_usage "$f_scxml" "$sc_config"
263 if [[ -n $sc_config ]]; then
306 if [[ -n $sc_config ]] && [[ $sc_config != \
308 cp $sc_config $ZONEROOT/etc/sysidcfg
H A Dimage_install.ksh116 sc_config=
150 c) sc_config=$OPTARG
189 [[ -n $preserve_zone && -n $sc_config ]] &&
244 [[ -n $unconfig_zone ]] && reconfigure_zone "$sc_config"
H A Dcommon.ksh614 typeset sc_config=$1
621 if [[ -n $sc_config ]]; then
622 sc_config_base=$(basename "$sc_config")
627 safe_copy_rec $sc_config \

Completed in 38 milliseconds