summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-12-28 22:18:58 +0000
committerErik Troan <ewt@redhat.com>1999-12-28 22:18:58 +0000
commite44eb12840c9a86aeb804f14c09490f57bb607a9 (patch)
treecfb5455a797427452739f703479aa1bdd9621588 /textw
parentc93a435464a19a1cbca933130e8f76e06ce61582 (diff)
downloadanaconda-e44eb12840c9a86aeb804f14c09490f57bb607a9.tar.gz
anaconda-e44eb12840c9a86aeb804f14c09490f57bb607a9.tar.xz
anaconda-e44eb12840c9a86aeb804f14c09490f57bb607a9.zip
changes for raid upgrades (not done yet)
Diffstat (limited to 'textw')
-rw-r--r--textw/partitioning.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py
index 444f167a6..5399b6f7a 100644
--- a/textw/partitioning.py
+++ b/textw/partitioning.py
@@ -113,6 +113,7 @@ class AutoPartitionWindow:
if not todo.getPartitionWarningText():
todo.fstab.setRunDruid(0)
todo.fstab.setDruid(druid, todo.instClass.raidList)
+ todo.allowLiloLocationConfig()
todo.fstab.formatAllFilesystems()
todo.instClass.addToSkipList("format")
return
@@ -138,6 +139,7 @@ class AutoPartitionWindow:
else:
todo.fstab.setRunDruid(0)
todo.fstab.setDruid(druid)
+ todo.allowLiloLocationConfig()
todo.fstab.formatAllFilesystems()
todo.instClass.addToSkipList("format")