Searched refs:INSFILE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh36 if [ -z "$INSFILE" ]; then exit_err "Called extraction with no install file set!"; fi
47 for di in $INSFILE
75 if [ -z "$INSFILE" ]; then
80 if [ -e "${INSFILE}.count" ]; then
81 echo "INSTALLCOUNT: `cat ${INSFILE}.count`"
100 MDDEVICE=`mdconfig -a -t vnode -o readonly -f ${INSFILE}`
105 exit_err "ERROR: Failed mounting the ${INSFILE}"
127 tar -xpv -C ${FSMNT} -f ${INSFILE} ${TAROPTS} >&1 2>&1
138 rm ${INSFILE}
139 rm ${INSFILE}
[all...]
H A Dfunctions-mountoptical.sh66 if [ -e "${CDMNT}/${INSFILE}" ]
91 if [ -e "${CDMNT}/${INSFILE}" ]
111 if [ -e "${CDMNT}/${INSFILE}" ]
124 if [ -e "${CDMNT}/${INSFILE}" ]

Completed in 104 milliseconds