Lines Matching refs:mntpoint
40 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
52 mount /dev/md$mdstart $mntpoint
53 mkdir -p $mntpoint/root/dir $mntpoint/jail $mntpoint/dev
54 mount -t nullfs $mntpoint/root $mntpoint/jail
55 mount -t devfs null $mntpoint/dev
56 mv /tmp/chroot $mntpoint/root
58 chroot $mntpoint/jail ./chroot &
60 mv $mntpoint/root/dir $mntpoint
63 umount $mntpoint/dev
64 umount $mntpoint/jail
65 while mount | grep "on $mntpoint " | grep -q /dev/md; do
66 umount $mntpoint || sleep 1