diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-19 00:05:22 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-19 00:05:22 +0000 |
commit | ee1053d7f768f92bb12c930f21437ef5f0aecb31 (patch) | |
tree | 1461dd8278996759ab0e3da0f3eb73022f9719d1 /fsset.py | |
parent | 453efc1e3fc7ecb2fab8b05e9df6e87ca3ed41bb (diff) | |
download | anaconda-ee1053d7f768f92bb12c930f21437ef5f0aecb31.tar.gz anaconda-ee1053d7f768f92bb12c930f21437ef5f0aecb31.tar.xz anaconda-ee1053d7f768f92bb12c930f21437ef5f0aecb31.zip |
oops
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1377,12 +1377,12 @@ class FileSystemSetEntry: self.origfsystem.mount(device, "%s/%s" % (chroot, self.mountpoint), readOnly = readOnly, bindMount = isinstance(self.device, - BindMountDevice) + BindMountDevice)) else: self.fsystem.mount(device, "%s/%s" % (chroot, self.mountpoint), readOnly = readOnly, bindMount = isinstance(self.device, - BindMountDevice) + BindMountDevice)) self.mountcount = self.mountcount + 1 |