Project

General

Profile

« Previous | Next » 

Revision b713d790

Added by Scott Ullrich about 15 years ago

Use hw.physmem when other methods fail

View differences:

PCBSD/pc-sysinstall/backend/functions-extractimage.sh
276 276
		  oIFS=$IFS
277 277
		  IFS=","
278 278
	      for FILE in $INSFILE; do
279
	        echo_log "pc-sysinstall: Running cpdup -I -o /${FILE} /mnt/${FILE}"
280
	        /usr/local/bin/cpdup -I -o /${FILE} /mnt/${FILE} >&1 2>&1
279
	        echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
280
	        /usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/${FILE} >&1 2>&1
281 281
	         if [ "$?" != "0" ]
282 282
	         then
283 283
	           echo "CPDUP failure occured:" >>${LOGOUT}

Also available in: Unified diff