diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-23 19:23:09 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-23 19:23:09 +0000 |
commit | f8ecb3da8be7a46d991d9d28bc749b638f67f4a6 (patch) | |
tree | abe0d59c0092942f6bf051322f461bb17d90b6a9 /build | |
parent | f0c8e44952b0f37dd5b997c9293cf0c0e9de5bf0 (diff) | |
download | installation-guide-f8ecb3da8be7a46d991d9d28bc749b638f67f4a6.zip |
Make base system size and task sizes into entities to avoid translations to have to update on changes
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index a884553d1..5f4a1bbc1 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -31,6 +31,59 @@ <!-- As measured on a completed etch install, minimal work space included. --> <!ENTITY minimum-fs-size "500¬ation-megabytes;"> +<!-- +Size of install as used in appendix/files.xml; all values based on i386. + +The size for the minimal base system should be determined after running +'aptitude clean' using 'du -hsx /'. After that the "Standard system" task +should be installed and the size of the standard system can be determined +using the same method. + +Sizes of tasks should be determined by running tasksel with the "new-install" +option on a system that been fully installed without selecting any tasks. By +selecting a task together with the "manual selection" option, aptitude will +be started and show the sizes for the task. Use "cancel pending actions" to +clear the slate, quit aptitude and repeat for other tasks. +Space requirements need to be determined from tasksel as tasksel will not +install recommended packages while selecting a task from aptitude will. +--> + +<!-- Size of the basic installation --> + <!ENTITY base-system-size "230"> + <!ENTITY std-system-size "442"> +<!-- Desktop environment task --> + <!ENTITY task-desktop-inst "1267"> + <!ENTITY task-desktop-dl "420"> + <!ENTITY task-desktop-tot "1667"> +<!-- Laptop task --> + <!ENTITY task-laptop-inst "50"> + <!ENTITY task-laptop-dl "17"> + <!ENTITY task-laptop-tot "67"> +<!-- Web server task --> + <!ENTITY task-web-inst "35"> + <!ENTITY task-web-dl "11"> + <!ENTITY task-web-tot "46"> +<!-- Print server task --> + <!ENTITY task-print-inst "277"> + <!ENTITY task-print-dl "79"> + <!ENTITY task-print-tot "356"> +<!-- DNS server task --> + <!ENTITY task-dns-inst "2"> + <!ENTITY task-dns-dl "1"> + <!ENTITY task-dns-tot "3"> +<!-- File server task --> + <!ENTITY task-file-inst "49"> + <!ENTITY task-file-dl "21"> + <!ENTITY task-file-tot "70"> +<!-- Mail server task --> + <!ENTITY task-mail-inst "13"> + <!ENTITY task-mail-dl "5"> + <!ENTITY task-mail-tot "18"> +<!-- SQL database task --> + <!ENTITY task-sql-inst "24"> + <!ENTITY task-sql-dl "8"> + <!ENTITY task-sql-tot "32"> + <!-- number of packages, approx, in the main distribution --> <!-- use: |