diff options
-rw-r--r-- | iw/rootpartition_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition_gui.py b/iw/rootpartition_gui.py index f96b36643..ac141996d 100644 --- a/iw/rootpartition_gui.py +++ b/iw/rootpartition_gui.py @@ -133,7 +133,7 @@ class LoopSizeWindow(InstallWindow): avail = apply(isys.spaceAvailable, self.todo.fstab.getRootDevice()) else: # test mode - avail = 5000 + avail = 5000 (size, swapSize) = self.todo.fstab.getLoopbackSize() if not size: size = avail / 2 |