summaryrefslogtreecommitdiff
path: root/build/entities
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-01-01 10:56:08 +0000
committerFrans Pop <elendil@planet.nl>2007-01-01 10:56:08 +0000
commit7eeb7822ed453b00fbf3c534f3034940c2ed5465 (patch)
treebc585cb31340dfa15a8cc3780ee70b775152ecce /build/entities
parentbc71c3b22c51f93c4e05dee166449897497d8d36 (diff)
downloadinstallation-guide-7eeb7822ed453b00fbf3c534f3034940c2ed5465.zip
- Update number of developers, packages and mailing lists
- General revision of minimum hardware requirements throughout the manual - Update of installed/download size of tasks - Delete some unused entities in build/entities/common.ent
Diffstat (limited to 'build/entities')
-rw-r--r--build/entities/common.ent55
1 files changed, 21 insertions, 34 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index 09c4a270a..32594087f 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -24,52 +24,39 @@
<!ENTITY MSG-YES "<userinput>Yes</userinput>">
<!ENTITY MSG-NO "<userinput>No</userinput>">
-<!-- available language codes for 'setlang [code]' -->
-<!ENTITY setlang-language-code-list "ca cs da de eo es fi fr gl hr hu it ko ja pl pt ru sk sv tr zh_CN">
-
<!-- notation used for 'megabytes' -->
<!ENTITY notation-megabytes "MB">
-<!-- minimum memory -->
-<!ENTITY minimum-memory "32&notation-megabytes;">
-
<!-- minimum hard disk size for base system -->
-<!-- As measured on a completed woody install, work space included. -->
-<!ENTITY minimum-fs-size "110&notation-megabytes;">
-
-<!-- minimum total memory (RAM + swap is ok) needed, i.e., for kernel -->
-<!-- module config -->
-<!ENTITY minimum-memory-with-swap "9&notation-megabytes;">
-
-<!-- minimum memory for diskless workstations (NFS root) -->
-<!ENTITY minimum-memory-with-nfsroot "16&notation-megabytes;">
+<!-- As measured on a completed etch install, minimal work space included. -->
+<!ENTITY minimum-fs-size "500&notation-megabytes;">
<!-- number of packages, approx, in the main distribution -->
-<!-- do: grep '^Package:' Packages | wc -l -->
-<!-- might be fun to generate this dynamically -->
-<!-- last updated: May 15 2005 (FJP) -->
+<!-- use:
+ for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done
+-->
+<!-- last updated: January 1 2007 for Etch (FJP) -->
<!ENTITY num-of-distrib-pkgs
- "<phrase arch='alpha'>14750</phrase>
- <phrase arch='arm'>14650</phrase>
- <phrase arch='hppa'>14700</phrase>
- <phrase arch='i386'>15250</phrase>
- <phrase arch='ia64'>14700</phrase>
- <phrase arch='m68k'>14700</phrase>
- <phrase arch='mips'>14650</phrase>
- <phrase arch='mipsel'>14600</phrase>
- <phrase arch='powerpc'>14900</phrase>
- <phrase arch='sparc'>14800</phrase>
- <phrase arch='s390'>14700</phrase>">
+ "<phrase arch='alpha'>17600</phrase>
+ <phrase arch='amd64'>17850</phrase>
+ <phrase arch='arm'>17550</phrase>
+ <phrase arch='hppa'>17600</phrase>
+ <phrase arch='i386'>18150</phrase>
+ <phrase arch='ia64'>17650</phrase>
+ <phrase arch='m68k'>17450</phrase>
+ <phrase arch='mips'>17550</phrase>
+ <phrase arch='mipsel'>17550</phrase>
+ <phrase arch='powerpc'>17850</phrase>
+ <phrase arch='s390'>17500</phrase>
+ <phrase arch='sparc'>17700</phrase>">
<!-- Number of current Debian developers -->
-<!ENTITY num-of-debian-developers "900">
+<!-- Can be found for example on vote.debian.org (use last vote) -->
+<!ENTITY num-of-debian-developers "1000">
<!-- Number of current Debian maillists -->
-<!ENTITY num-of-debian-maillists "160">
-
-<!-- threshold, below which, we are a low memory system -->
-<!ENTITY low-mem-threshold "5&notation-megabytes;">
+<!ENTITY num-of-debian-maillists "215">
<!-- version of X11 shipping with the current release -->
<!ENTITY x11ver "7.1">