summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 16:12:27 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 16:12:27 -0400
commitb713d7900f4725fe97e3f7ec278612f5589bec7b (patch)
tree9c3177721629f142716255415b060b5b241dc4b0 /PCBSD
parent14cf5bf458ffc9e084ce45868ec2c9c4aebe494f (diff)
downloadpfsense-b713d7900f4725fe97e3f7ec278612f5589bec7b.zip
pfsense-b713d7900f4725fe97e3f7ec278612f5589bec7b.tar.gz
Use hw.physmem when other methods fail
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-extractimage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
index ee4966e..9868c53 100644
--- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
@@ -276,8 +276,8 @@ init_extraction()
oIFS=$IFS
IFS=","
for FILE in $INSFILE; do
- echo_log "pc-sysinstall: Running cpdup -I -o /${FILE} /mnt/${FILE}"
- /usr/local/bin/cpdup -I -o /${FILE} /mnt/${FILE} >&1 2>&1
+ echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
+ /usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/${FILE} >&1 2>&1
if [ "$?" != "0" ]
then
echo "CPDUP failure occured:" >>${LOGOUT}
OpenPOWER on IntegriCloud