diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-10-26 23:33:01 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-10-26 23:33:01 +0000 |
commit | eec9f65a3aad5b47cd46f38721af065f1949d3b4 (patch) | |
tree | a623e99c80e7e9dc078c24aab2bbdab2b8dbe8a3 /build | |
parent | 204399c370a224820e355691163a92cae63284a8 (diff) | |
download | installation-guide-eec9f65a3aad5b47cd46f38721af065f1949d3b4.zip |
Update basic figures
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index a894d07ba..9df2057fe 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -36,8 +36,8 @@ <!ENTITY notation-megabytes "MB"> <!-- minimum hard disk size for base system --> -<!-- As measured on a completed etch install, minimal work space included. --> -<!ENTITY minimum-fs-size "500¬ation-megabytes;"> +<!-- As measured on a completed squeeze install, minimal ~100MB work space included. --> +<!ENTITY minimum-fs-size "550¬ation-megabytes;"> <!-- Size of install as used in appendix/files.xml; all values based on i386. @@ -123,25 +123,28 @@ to first switch tasksel to that DE using the following command, e.g: <!-- use: for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done --> -<!-- last updated: November 5 2008 for Lenny (FJP) --> +<!-- last updated: October 27 2010 for Squeeze (sthibault) --> <!ENTITY num-of-distrib-pkgs - "<phrase arch='amd64'>22300</phrase> - <phrase arch='arm'>21700</phrase> - <phrase arch='hppa'>21600</phrase> - <phrase arch='i386'>22600</phrase> - <phrase arch='ia64'>21900</phrase> - <phrase arch='mips'>21950</phrase> - <phrase arch='mipsel'>21900</phrase> - <phrase arch='powerpc'>22250</phrase> - <phrase arch='s390'>21750</phrase> - <phrase arch='sparc'>22950</phrase>"> + "<phrase arch='amd64'>28300</phrase> + <phrase arch='armel'>27750</phrase> + <phrase arch='hppa'>27400</phrase> + <phrase arch='i386'>28450</phrase> + <phrase arch='ia64'>27500</phrase> + <phrase arch='kfreebsd-amd64'>26050</phrase> + <phrase arch='kfreebsd-i386'>26000</phrase> + <phrase arch='mips'>27700</phrase> + <phrase arch='mipsel'>27700</phrase> + <phrase arch='powerpc'>28050</phrase> + <phrase arch='s390'>27750</phrase> + <phrase arch='sparc'>27900</phrase> + "> <!-- Number of current Debian developers --> <!-- Can be found for example on vote.debian.org (use last vote) --> -<!ENTITY num-of-debian-developers "890"> +<!ENTITY num-of-debian-developers "886"> <!-- Number of current Debian maillists --> -<!ENTITY num-of-debian-maillists "215"> +<!ENTITY num-of-debian-maillists "238"> <!-- version of X11 shipping with the current release --> <!ENTITY x11ver "7.5"> @@ -150,7 +153,7 @@ to first switch tasksel to that DE using the following command, e.g: <!ENTITY brlttyver "4.2"> <!-- version of Speakup shipping with the current release --> -<!ENTITY speakupver "3.1.4"> +<!ENTITY speakupver "3.1.5"> <!-- an example of adding another image to lilo.conf, cf en/post-install.sgml etc. --> |