aboutsummaryrefslogtreecommitdiffstats
path: root/en/support/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/support/index.php')
-rw-r--r--en/support/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php
index 64063029e..36055f7ab 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -83,7 +83,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
_g('Hardware Requirements', null, 'h2 id="hw"');
- _g('Mageia software runs on most x86 computer systems available as of today, April 2011.', null, 'p');
+ _g('Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time.', null, 'p');
_g('You can follow this hardware requirements list:', null, 'p');
echo '<ul class="hl">';
@@ -92,7 +92,9 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
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');
+ echo '<li>' . _r('Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation.') . ' ';
+ _g('Smaller media capacity is used for network installation, but a reliable Internet connection is needed.', null, ' ');
+ _g('More information at %sdownloads page%s.', array('<a href="../downloads/">', '</a>')); echo '</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');
echo '</ul>';