• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/usr.sbin/pc-sysinstall/backend/

Lines Matching refs:FSMNT

39   zpool import -o altroot=${FSMNT} -a
40 umount_all_dir "${FSMNT}"
46 rc_nohalt "mount /dev/${MPART} ${FSMNT}"
49 rc_halt "mount -t zfs ${MPART} ${FSMNT}"
53 rc_halt "mount -t zfs ${MPART} ${FSMNT}"
57 mount -t devfs devfs ${FSMNT}/dev
63 chroot ${FSMNT} /sbin/mount -a -t nolinprocfs >>${LOGOUT} 2>>${LOGOUT}
64 chroot ${FSMNT} umount /proc >/dev/null 2>/dev/null
65 chroot ${FSMNT} umount /compat/linux/proc >/dev/null 2>/dev/null
69 rc_halt "chflags -R noschg ${FSMNT}"
74 cp ${FSMNT}${i} ${FSMNT}${i}.preUpgrade >/dev/null 2>/dev/null
78 rm -rf ${FSMNT}/etc/rc.d >/dev/null 2>/dev/null
90 ' >${FSMNT}/.cleanPkgs.sh
91 chmod 755 ${FSMNT}/.cleanPkgs.sh
92 chroot ${FSMNT} /.cleanPkgs.sh
93 rm ${FSMNT}/.cleanPkgs.sh
183 ' >${FSMNT}/.fixUserProfile.sh
184 chmod 755 ${FSMNT}/.fixUserProfile.sh
185 chroot ${FSMNT} /.fixUserProfile.sh >/dev/null 2>/dev/null
186 rm ${FSMNT}/.fixUserProfile.sh
206 ' >${FSMNT}/.fixUserProfile.sh
207 chmod 755 ${FSMNT}/.fixUserProfile.sh
208 chroot ${FSMNT} /.fixUserProfile.sh >/dev/null 2>/dev/null
209 rm ${FSMNT}/.fixUserProfile.sh
220 cp ${FSMNT}/boot/loader.conf ${FSMNT}/boot/loader.conf.new
221 merge_config "${FSMNT}/boot/loader.conf.preUpgrade" "${FSMNT}/boot/loader.conf.new" "${FSMNT}/boot/loader.conf"
222 rm ${FSMNT}/boot/loader.conf.new
225 cp ${FSMNT}/etc/rc.conf ${FSMNT}/etc/rc.conf.new
226 merge_config "${FSMNT}/etc/rc.conf.preUpgrade" "${FSMNT}/etc/rc.conf.new" "${FSMNT}/etc/rc.conf"
227 rm ${FSMNT}/etc/rc.conf.new
243 umount_all_dir "${FSMNT}"
246 rc_nohalt "umount -f ${FSMNT}"