usr/src/tools/scripts/bfu.sh
changeset 3957 86c9dda5df37
parent 3948 b8d304c37bf9
child 3968 abb9a4c15e2f
equal deleted inserted replaced
3956:ea75466401e7 3957:86c9dda5df37
  4141 		print "Extracting $archive.$base$ZFIX ... \c" \
  4141 		print "Extracting $archive.$base$ZFIX ... \c" \
  4142 			| tee -a $EXTRACT_LOG
  4142 			| tee -a $EXTRACT_LOG
  4143 		test -h platform/$archive && rm platform/$archive
  4143 		test -h platform/$archive && rm platform/$archive
  4144 		if [ $base = root ]; then
  4144 		if [ $base = root ]; then
  4145 			exclude="-f dev/fd home proc etc/mnttab"
  4145 			exclude="-f dev/fd home proc etc/mnttab"
       
  4146 			exclude="$exclude etc/dfs/sharetab"
  4146 			[ -d system/contract ] &&
  4147 			[ -d system/contract ] &&
  4147 				exclude="$exclude system/contract"
  4148 				exclude="$exclude system/contract"
  4148 			[ -d system/object ] &&
  4149 			[ -d system/object ] &&
  4149 				exclude="$exclude system/object"
  4150 				exclude="$exclude system/object"
  4150 			[ -f etc/svc/repository.db ] &&
  4151 			[ -f etc/svc/repository.db ] &&