aboutsummaryrefslogtreecommitdiffstats
path: root/en/support
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-04-29 22:19:20 +0200
committerfilip <filip.komar@gmail.com>2015-04-29 22:19:20 +0200
commitaa3cf0460d8a0548e1f62a0665e7114831468097 (patch)
tree8488c3a48ae9dc518f70709580426f479c662720 /en/support
parent742d7cdac6e3c6294c2560aca07afb521319d98a (diff)
downloadwww-aa3cf0460d8a0548e1f62a0665e7114831468097.tar
www-aa3cf0460d8a0548e1f62a0665e7114831468097.tar.gz
www-aa3cf0460d8a0548e1f62a0665e7114831468097.tar.bz2
www-aa3cf0460d8a0548e1f62a0665e7114831468097.tar.xz
www-aa3cf0460d8a0548e1f62a0665e7114831468097.zip
fix for #14612
change minimum and full storage requirements / recommendations for Mageia installs
Diffstat (limited to 'en/support')
-rw-r--r--en/support/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php
index ae6772500..ae4d3e136 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -81,7 +81,9 @@ $dictionary = read_translation_file($locale, 'support');
_g('Processor: any AMD, Intel or VIA processor;', null, 'li');
_g('Memory (RAM): 512MB minimum, 2GB recommended;', null, 'li');
- _g('Storage (HDD): 1GB for a minimal installation, 6GB for a full setup;', null, 'li');
+ echo '<li>' . _r('Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;') . ' ';
+ _g('This includes a few GB for user files. If you need more than you should take that in account too.', null, ' ');
+ echo _r('Custom installations on less space are possible but this requires intermediate linux knowledge.') . '</li>';
_g('Optical drive: CD or DVD depending on the ISO you use (network, USB key installation available);', null, 'li');
_g('Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;', null, 'li');
_g('Sound card: any AC97, HDA or Sound Blaster sound card.', null, 'li');