diff options
author | Holger Wansing <hwansing@mailbox.org> | 2023-08-08 21:38:19 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2023-08-08 21:38:19 +0200 |
commit | ccb547f587269081aba3cd242c0f9cd6f1f77a86 (patch) | |
tree | 1814a7fc3508edee955c8bc8e860bf40fe72f369 /build/entities/common.ent | |
parent | 7dc972741c531b03f4ac49f1e9a0b7d489d4c180 (diff) | |
download | installation-guide-ccb547f587269081aba3cd242c0f9cd6f1f77a86.zip |
Overhaul ram size / harddisk size requirements / recommendations for simplification and consistency
Diffstat (limited to 'build/entities/common.ent')
-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. |