diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 1e58745e1..f7b7f774c 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -66,8 +66,17 @@ <!ENTITY BTN-CANCEL "<guibutton>Cancel</guibutton>"> <!ENTITY BTN-GOBACK "<guibutton>Go Back</guibutton>"> -<!-- notation used for 'megabytes' --> +<!-- notation used for 'megabytes' and 'gigabytes' --> <!ENTITY notation-megabytes "MB"> +<!ENTITY notation-gigabytes "GB"> + +<!-- generic RAM / harddisk size recommendations for all archs --> +<!ENTITY ref-no-desktop-ram-minimum "512¬ation-megabytes;"> +<!ENTITY ref-no-desktop-ram-recommend "1¬ation-gigabytes;"> +<!ENTITY ref-no-desktop-hd "4¬ation-gigabytes;"> +<!ENTITY ref-with-desktop-ram-minimum "1¬ation-gigabytes;"> +<!ENTITY ref-with-desktop-ram-recommend "2¬ation-gigabytes;"> +<!ENTITY ref-with-desktop-hd "10¬ation-gigabytes;"> <!-- minimum hard disk size for base system --> <!-- As measured just before reboot (i.e. before the cleanup script drops @@ -75,7 +84,7 @@ cleanup, plus minimal ~150MB work space included. Also update the value in debian-installer/build/boot/x86/f2.txt --> -<!ENTITY minimum-fs-size "1160¬ation-megabytes;"> +<!ENTITY minimum-fs-size "&ref-no-desktop-hd;"> <!-- Size of install as used in appendix/files.xml; all values based on amd64. |