From aa3cf0460d8a0548e1f62a0665e7114831468097 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 29 Apr 2015 22:19:20 +0200 Subject: fix for #14612 change minimum and full storage requirements / recommendations for Mageia installs --- en/support/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'en/support') 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 '
  • ' . _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.') . '
  • '; _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'); -- cgit v1.2.1