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

/freebsd-10.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-mountdisk.sh158 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
169 echo "$PARTMNT" | grep "/," >/dev/null
170 if [ "$?" = "0" -o "$PARTMNT" = "/" ]
173 UFS) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
174 UFS+S) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
175 UFS+SUJ) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
176 UFS+J) mount_partition ${PARTDEV}${EXT}.journal ${PARTFS} ${PARTMNT} "async,noatime" ;;
177 ZFS) mount_partition ${PARTDEV} ${PARTFS} ${PARTMNT} ;;
178 IMAGE) mount_partition ${PARTDEV} ${PARTFS} ${PARTMNT} ;;
195 PARTMNT
[all...]
H A Dfunctions-newfs.sh36 PARTMNT="$3"
48 for i in `echo ${PARTMNT} | sed 's|,| |g'`
129 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
182 if [ "$PARTMNT" = "/boot" -o "${PARTMNT}" = "/" ] ; then
197 if [ "$PARTMNT" = "/boot" -o "${PARTMNT}" = "/" ] ; then
215 if [ "$PARTMNT" = "/boot" -o "${PARTMNT}" = "/" ] ; then
235 if [ "$PARTMNT"
[all...]
H A Dfunctions-unmount.sh76 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
93 if [ "$PARTMNT" != "/" -a "${PARTMNT}" != "none" -a "${PARTFS}" != "ZFS" ]
111 if [ "$PARTMNT" = "/" -a "${PARTFS}" != "ZFS" ]
172 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
186 if [ "$PARTMNT" != "/" -a "${PARTMNT}" != "none" -a "${PARTFS}" != "ZFS" ]
189 umount -f ${FSMNT}${PARTMNT} >/dev/null 2>/dev/null
H A Dfunctions-cleanup.sh38 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
44 for ZMNT in `echo ${PARTMNT} | sed 's|,| |g'`
88 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
102 for ZMNT in `echo ${PARTMNT} | sed 's|,| |g'`
161 PARTMNT="`cat ${PARTDIR}/${PART} | cut -d '#' -f 2`"
194 check_for_mount "${PARTMNT}" "/"
216 if [ "${PARTMNT}" = "/boot" ] ; then
219 PARTMNT="${BOOTMNT}"
227 echo "/dev/${DEVICE} ${PARTMNT} ufs ${MNTOPTS} 1 1" >> ${FSTAB}

Completed in 175 milliseconds