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.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php
index a314c573f..26868b1db 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -95,7 +95,10 @@ $rtl = is_locale_rtl($locale);
echo '<ul class="hl">';
_g('Processor: any AMD, Intel or VIA processor;', null, 'li');
- _g('Memory (RAM): 512MB minimum, 2GB recommended;', null, 'li');
+ echo '<li>' . _r('Memory (RAM): 512MB minimum, 2GB recommended;') . ' ';
+ _g('For headless systems that minimum can be usable.', null, ' ');
+ _g('For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB.', null, ' ');
+ echo _r('For more feature rich like Gnome and Plasma the minimum is 2GB.') . '</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>';