summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-08 23:07:40 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-08 23:07:40 +0000
commit86260b22061289b498f15dfe1eeb276b714a7eb1 (patch)
tree8622644bdd0b72ab4a61ffe0c38ed2f24211ec9c /iw
parent678fbd8fd08596303e5d29a7607b0e4058c08cc6 (diff)
downloadanaconda-86260b22061289b498f15dfe1eeb276b714a7eb1.tar.gz
anaconda-86260b22061289b498f15dfe1eeb276b714a7eb1.tar.xz
anaconda-86260b22061289b498f15dfe1eeb276b714a7eb1.zip
correct amount of ram for ramdisk
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_swap_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index 25d511601..bc485bf98 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -93,7 +93,7 @@ class UpgradeSwapWindow (InstallWindow):
"your file systems now.")
% (iutil.swapAmount() / 1024) +
_("\n\nThe installer has detected %s MB of RAM.\n") %
- (iutil.memInstalled()/1024))
+ (iutil.memInstalled(corrected = 1)/1024))
label.set_alignment (0.5, 0.0)
label.set_usize(400, 100)