diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-08-27 16:04:11 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-08-27 16:04:11 +0000 |
commit | db75ccd28b8fbb0dfe9da6c0a33a6078c7d74fcd (patch) | |
tree | 48a6807610b86ec119ab7d41f4bc863d794cce62 /build/entities | |
parent | 266131a50616280ef746708556b1b1527e76f0e7 (diff) | |
download | installation-guide-db75ccd28b8fbb0dfe9da6c0a33a6078c7d74fcd.zip |
update figures
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/common.ent | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index d6c17a354..3aa8f8813 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -39,7 +39,7 @@ <!-- As measured just before reboot (i.e. before the cleanup script drops .debs), plus some margin. This is also approximately the used size after cleanup, plus minimal ~150MB work space included. --> -<!ENTITY minimum-fs-size "650¬ation-megabytes;"> +<!ENTITY minimum-fs-size "700¬ation-megabytes;"> <!-- Size of install as used in appendix/files.xml; all values based on amd64. @@ -55,12 +55,12 @@ 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 with only the standard task. 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. +and "test" options on a system that been fully installed with only the +standard task. By selecting a task, the corresponding apt-get line will be +emitted. Copy/paste it without the -q -y options, apt-get will then show the +sizes for the task. Cancel it, and repeat for other tasks. For instance: + +apt-get -o APT::Install-Recommends=true -o APT::Get::AutomaticRemove=true install task-desktop task-gnome-desktop To get the sizes for the alternative desktop environments you will need to first switch tasksel to that DE using the following command, e.g: @@ -68,61 +68,61 @@ to first switch tasksel to that DE using the following command, e.g: --> <!-- Size of the basic installation --> - <!ENTITY base-system-size "368"> - <!ENTITY std-system-size "532"> + <!ENTITY base-system-size "510"> + <!ENTITY std-system-size "701"> <!-- Desktop environment task (obsolete; can be removed when all translations have been updated) --> - <!ENTITY task-desktop-inst "2567"> - <!ENTITY task-desktop-dl "954"> - <!ENTITY task-desktop-tot "3521"> + <!ENTITY task-desktop-inst "2519"> + <!ENTITY task-desktop-dl "923"> + <!ENTITY task-desktop-tot "3473"> <!-- Desktop environment task - GNOME --> - <!ENTITY task-desktop-gnome-inst "2567"> - <!ENTITY task-desktop-gnome-dl "954"> - <!ENTITY task-desktop-gnome-tot "3521"> + <!ENTITY task-desktop-gnome-inst "2519"> + <!ENTITY task-desktop-gnome-dl "923"> + <!ENTITY task-desktop-gnome-tot "3473"> <!-- Desktop environment task - KDE --> - <!ENTITY task-desktop-kde-inst "2159"> - <!ENTITY task-desktop-kde-dl "860"> - <!ENTITY task-desktop-kde-tot "3019"> + <!ENTITY task-desktop-kde-inst "2342"> + <!ENTITY task-desktop-kde-dl "927"> + <!ENTITY task-desktop-kde-tot "3269"> <!-- Desktop environment task - Xfce --> - <!ENTITY task-desktop-xfce-inst "1672"> - <!ENTITY task-desktop-xfce-dl "637"> - <!ENTITY task-desktop-xfce-tot "2309"> + <!ENTITY task-desktop-xfce-inst "1754"> + <!ENTITY task-desktop-xfce-dl "622"> + <!ENTITY task-desktop-xfce-tot "2376"> <!-- Desktop environment task - LXDE --> - <!ENTITY task-desktop-lxde-inst "1452"> - <!ENTITY task-desktop-lxde-dl "566"> - <!ENTITY task-desktop-lxde-tot "2018"> + <!ENTITY task-desktop-lxde-inst "1694"> + <!ENTITY task-desktop-lxde-dl "605"> + <!ENTITY task-desktop-lxde-tot "2299"> <!-- Web server task --> - <!ENTITY task-web-inst "55"> - <!ENTITY task-web-dl "17"> - <!ENTITY task-web-tot "72"> + <!ENTITY task-web-inst "23"> + <!ENTITY task-web-dl "5"> + <!ENTITY task-web-tot "28"> <!-- Print server task --> - <!ENTITY task-print-inst "196"> - <!ENTITY task-print-dl "63"> - <!ENTITY task-print-tot "259"> + <!ENTITY task-print-inst "224"> + <!ENTITY task-print-dl "73"> + <!ENTITY task-print-tot "297"> <!-- DNS server task --> - <!ENTITY task-dns-inst "4"> + <!ENTITY task-dns-inst "3"> <!ENTITY task-dns-dl "1"> - <!ENTITY task-dns-tot "5"> + <!ENTITY task-dns-tot "4"> <!-- File server task --> <!ENTITY task-file-inst "126"> - <!ENTITY task-file-dl "42"> - <!ENTITY task-file-tot "168"> + <!ENTITY task-file-dl "26"> + <!ENTITY task-file-tot "152"> <!-- Mail server task --> - <!ENTITY task-mail-inst "64"> - <!ENTITY task-mail-dl "23"> - <!ENTITY task-mail-tot "87"> + <!ENTITY task-mail-inst "77"> + <!ENTITY task-mail-dl "30"> + <!ENTITY task-mail-tot "107"> <!-- SQL database task --> - <!ENTITY task-sql-inst "49"> - <!ENTITY task-sql-dl "10"> - <!ENTITY task-sql-tot "59"> + <!ENTITY task-sql-inst "40"> + <!ENTITY task-sql-dl "14"> + <!ENTITY task-sql-tot "54"> <!-- SSH server task --> <!ENTITY task-ssh-inst "1"> - <!ENTITY task-ssh-dl "1"> - <!ENTITY task-ssh-tot "2"> + <!ENTITY task-ssh-dl "0"> + <!ENTITY task-ssh-tot "1"> <!-- Laptop task --> - <!ENTITY task-laptop-inst "182"> - <!ENTITY task-laptop-dl "59"> - <!ENTITY task-laptop-tot "241"> + <!ENTITY task-laptop-inst "305"> + <!ENTITY task-laptop-dl "97"> + <!ENTITY task-laptop-tot "402"> <!-- number of packages, approx, in the main distribution --> |