summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-05 19:53:33 +0000
committerMatt Wilson <msw@redhat.com>2000-07-05 19:53:33 +0000
commite453b18cf329624c65cb5e8ce056f7de3b2a8f12 (patch)
treeac151e15c3c8a337092bce774bb118740fc1361c /harddrive.py
parentb3d6c87e2ac6212a3dfc79fde59cdf00d84a60ab (diff)
downloadanaconda-e453b18cf329624c65cb5e8ce056f7de3b2a8f12.tar.gz
anaconda-e453b18cf329624c65cb5e8ce056f7de3b2a8f12.tar.xz
anaconda-e453b18cf329624c65cb5e8ce056f7de3b2a8f12.zip
patch from jj to only copy the filesystem if we need to switch disks
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index ddbe609d5..73cd1d6f5 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -65,7 +65,7 @@ class HardDriveInstallMethod(InstallMethod):
self.umountMedia()
return HeaderList(hl)
- def systemMounted(self, fstab, mntPoint):
+ def systemMounted(self, fstab, mntPoint, selected):
self.mountMedia()
def filesDone(self):