summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-11 21:55:11 +0000
committerMatt Wilson <msw@redhat.com>2000-01-11 21:55:11 +0000
commit904b5dd4f752920963b1dddcf6ef2911cf397108 (patch)
tree1d121132c79056f8ba7d22d96b4a5f4a599a6038 /iw
parent2544526c9198bc0ee80538763af45be93b1e5e78 (diff)
downloadanaconda-904b5dd4f752920963b1dddcf6ef2911cf397108.tar.gz
anaconda-904b5dd4f752920963b1dddcf6ef2911cf397108.tar.xz
anaconda-904b5dd4f752920963b1dddcf6ef2911cf397108.zip
use fstab.savePartitions for todo.ddruid.save
Diffstat (limited to 'iw')
-rw-r--r--iw/rootpartition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 1c3d8f5b4..f7f8a9b7d 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -50,7 +50,7 @@ class PartitionWindow (InstallWindow):
threads_enter ()
return 0
- self.todo.ddruid.save ()
+ self.fstab.savePartitions()
self.fstab.turnOnSwap(self.intf.waitWindow)
self.todo.ddruidAlreadySaved = 1
PartitionWindow.swapon = 1