Some fixes and cleanup of Fremantle easy-chroot scripts
[easy-deb-chroot] / fremantle / easy-chroot / src / sbin / closechroot
index 32ac256..9a4efdb 100755 (executable)
@@ -42,6 +42,10 @@ fi
 echo "..Unmounting bound dirs..."
 
 #Any external mounts
+
+umount -fl $CHROOT/home/user/MyDocs
+umount -fl $CHROOT/dev/pts
+
 MNTD=`cat /proc/mounts | grep " $CHROOT/" | awk '{print $2}'`
 for MDRV in $MNTD ; do
   echo "unmounting $MDRV"