summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 02:42:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 02:42:08 -0400
commite427428ac71bd75a2f5e792985c6c21162789e82 (patch)
treeba808d6ec93ca174fb90b955032519664b8293cd /PCBSD
parentabfcf13a3eefec83fa862c467352c1ff5f1eae70 (diff)
downloadpfsense-e427428ac71bd75a2f5e792985c6c21162789e82.zip
pfsense-e427428ac71bd75a2f5e792985c6c21162789e82.tar.gz
Sort by ,
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-extractimage.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
index 8f630e6..adbfebf 100644
--- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
@@ -273,6 +273,8 @@ init_extraction()
then
INSFILE="${VAL}" ; export INSFILE
fi
+ oIFS=$IFS
+ IFS=","
for FILE in $INSFILE; do
echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
/usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/ >&1 2>&1
@@ -282,6 +284,9 @@ init_extraction()
exit_err "ERROR: Error occurred during cpdup"
fi
done
+ oIFS=$IFS
+ IFS="
+"
return
;;
dvd|usb) # Lets start by mounting the disk
OpenPOWER on IntegriCloud