summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorbfox <bfox>2001-04-17 17:33:36 +0000
committerbfox <bfox>2001-04-17 17:33:36 +0000
commit7962c0df17ec48b0a6ad6f218ed7dbcd045508ac (patch)
treea05bb4afaf3e33450d31186b5d9eccfe572278d0 /anaconda
parent8751005b360788fa40328b50aa04d14b3d077421 (diff)
downloadanaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.tar.gz
anaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.tar.xz
anaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.zip
reverted ram message
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 2 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index 81b56d119..ea010134b 100755
--- a/anaconda
+++ b/anaconda
@@ -256,14 +256,12 @@ if (not test):
if iutil.memInstalled() < isys.MIN_RAM:
from snack import *
- min_ram_MB = isys.MIN_RAM / 1000
screen = SnackScreen()
ButtonChoiceWindow(screen, _('Fatal Error'),
_('You do not have enough RAM to install Red Hat '
- 'Linux on this machine. You need at least %d '
- 'MB of RAM to complete the installation.\n'
+ 'Linux on this machine. '
'\n'
- 'Press <return> to reboot your system.\n' % min_ram_MB),
+ 'Press <return> to reboot your system.\n'),
buttons = (_("OK"),))
screen.finish()
sys.exit(0)