summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 23:57:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 23:57:37 -0400
commit996b3504d3b311cce30de138a8aad7fa88749f6f (patch)
tree2831b40472d4552b0dcf19c6c3da4ffe1ef2ee59 /PCBSD
parente5cd6d89607a9fada16fc483a1a55e15a4804daf (diff)
downloadpfsense-996b3504d3b311cce30de138a8aad7fa88749f6f.zip
pfsense-996b3504d3b311cce30de138a8aad7fa88749f6f.tar.gz
Adding cpdup option
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-extractimage.sh7
-rw-r--r--PCBSD/pc-sysinstall/changes.txt3
2 files changed, 9 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
index 394cfad..e07d6cd 100644
--- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
@@ -28,6 +28,13 @@ start_extract_uzip_tar()
echo_log "pc-sysinstall: Starting Extraction"
case ${PACKAGETYPE} in
+ cpdup)
+ cpdup -vvv -I -o ${INSFILE} ${FSMNT} >&1 2>&1
+ if [ "$?" != "0" ]
+ echo "CPDUP failure occured:" >>${LOGOUT}
+ exit_err "ERROR: Error occured during cpdup"
+ fi
+ ;;
uzip) # Start by mounting the uzip image
MDDEVICE=`mdconfig -a -t vnode -o readonly -f ${INSFILE}`
mkdir -p ${FSMNT}.uzip
diff --git a/PCBSD/pc-sysinstall/changes.txt b/PCBSD/pc-sysinstall/changes.txt
index 2fcca4a..c5d2956 100644
--- a/PCBSD/pc-sysinstall/changes.txt
+++ b/PCBSD/pc-sysinstall/changes.txt
@@ -2,4 +2,5 @@ PCBSD -> pfSense changes
1. Modified test-live to use mount | grep "/dev/iso9660/pfSense" >/dev/null 2>/dev/null
2. Removed desktop specific components directory
-3. \ No newline at end of file
+3. Added cpdup option
+4. \ No newline at end of file
OpenPOWER on IntegriCloud