diff options
-rw-r--r-- | fsset.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1332,8 +1332,9 @@ class FileSystemSetEntry: self.origfsystem.mount(device, "%s/%s" % (chroot, self.mountpoint), readOnly = readOnly) else: - self.fsystem.mount(device, "%s/%s" % (chroot, self.mountpoint, - readOnly = readOnly) + self.fsystem.mount(device, "%s/%s" % (chroot, self.mountpoint), + readOnly = readOnly) + self.mountcount = self.mountcount + 1 def umount(self, chroot='/'): |