Lines Matching full:extraction
30 # Functions which perform the extraction / installation of system to disk
34 # Performs the extraction of data to disk from FreeBSD dist files
37 if [ -z "$1" ] ; then exit_err "Called dist extraction with no directory set!"; fi
38 if [ -z "$INSFILE" ]; then exit_err "Called extraction with no install file set!"; fi
58 echo_log "pc-sysinstall: Starting Extraction (${di})"
71 echo_log "pc-sysinstall: Extraction Finished"
74 # Performs the extraction of data to disk from a uzip or tar archive
78 exit_err "ERROR: Called extraction with no install file set!"
93 echo_log "pc-sysinstall: Starting Extraction"
145 echo_log "pc-sysinstall: Extraction Finished"
149 # Performs the extraction of data to disk from a directory with split files
154 exit_err "ERROR: Called extraction with no install directory set!"
157 echo_log "pc-sysinstall: Starting Extraction"
214 echo_log "pc-sysinstall: Extraction Finished"