Searched refs:PARTENC (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-mountdisk.sh159 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
161 if [ "${PARTENC}" = "ON" ]
196 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
198 if [ "${PARTENC}" = "ON" ]
217 if [ "$PARTENC" = "ON" ]
H A Dfunctions-unmount.sh77 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
80 if [ "${PARTENC}" = "ON" ]
173 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
177 if [ "${PARTENC}" = "ON" ]
H A Dfunctions-newfs.sh130 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
148 if [ "${PARTENC}" = "ON" -a "${PARTFS}" != "SWAP" ]
H A Dfunctions-cleanup.sh89 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
162 PARTENC="`cat ${PARTDIR}/${PART} | cut -d '#' -f 3`"
182 if [ "${PARTENC}" = "ON" ] ; then

Completed in 42 milliseconds