aboutsummaryrefslogtreecommitdiffstats
path: root/en/support
diff options
context:
space:
mode:
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');