diff options
author | Erik Troan <ewt@redhat.com> | 1999-09-23 00:18:44 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-09-23 00:18:44 +0000 |
commit | 87126a5bc810ff66ac4f15111f4f2e0510a82076 (patch) | |
tree | 82af2763b764425c7e8d7811e0a10219d2d2830d /textw/partitioning.py | |
parent | ecef0556876e3f62752cc13ef6b83c85e6d5bf0e (diff) | |
download | anaconda-87126a5bc810ff66ac4f15111f4f2e0510a82076.tar.gz anaconda-87126a5bc810ff66ac4f15111f4f2e0510a82076.tar.xz anaconda-87126a5bc810ff66ac4f15111f4f2e0510a82076.zip |
reset mount partitions before adding new mount points
Diffstat (limited to 'textw/partitioning.py')
-rw-r--r-- | textw/partitioning.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py index cd3d030b4..732493d68 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -124,6 +124,7 @@ class PartitionWindow: if not todo.getSkipPartitioning(): dir = todo.ddruid.edit () + todo.resetMounts() for partition, mount, fstype, size in todo.ddruid.getFstab (): todo.addMount(partition, mount, fstype) |