/[d-i]/trunk/manual/build/entities/common.ent
ViewVC logotype

Contents of /trunk/manual/build/entities/common.ent

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44436 - (show annotations) (download)
Tue Jan 23 19:23:09 2007 UTC (6 years, 3 months ago) by fjp
File size: 4922 byte(s)
Make base system size and task sizes into entities to avoid translations to have to update on changes
1 <!-- -*- DocBook -*- -->
2 <!-- These entries should be language independent. -->
3 <!-- The *first* definition of an ENTITY wins. -->
4
5 <!-- proper (long) name to use for Debian -->
6 <!ENTITY debian "Debian GNU/Linux">
7
8 <!ENTITY d-i "<classname>debian-installer</classname>">
9
10 <!ENTITY release "4.0">
11 <!ENTITY releasename "etch">
12 <!ENTITY releasename-cap "Etch">
13 <!ENTITY releasename-uc "ETCH">
14
15 <!ENTITY FIXME
16 "<emphasis>Documentation not complete, text missing.</emphasis>">
17
18 <!-- proper nouns for architectures -->
19 <!ENTITY arch-title
20 "<phrase arch='amd64'>AMD64</phrase><phrase arch='alpha'>Alpha</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='i386'>Intel x86</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='m68k'>Motorola 680x0</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
21
22 <!-- general things from installer -->
23 <!ENTITY enterkey "<keycap>Enter</keycap>">
24 <!ENTITY MSG-YES "<userinput>Yes</userinput>">
25 <!ENTITY MSG-NO "<userinput>No</userinput>">
26
27 <!-- notation used for 'megabytes' -->
28 <!ENTITY notation-megabytes "MB">
29
30 <!-- minimum hard disk size for base system -->
31 <!-- As measured on a completed etch install, minimal work space included. -->
32 <!ENTITY minimum-fs-size "500&notation-megabytes;">
33
34 <!--
35 Size of install as used in appendix/files.xml; all values based on i386.
36
37 The size for the minimal base system should be determined after running
38 'aptitude clean' using 'du -hsx /'. After that the "Standard system" task
39 should be installed and the size of the standard system can be determined
40 using the same method.
41
42 Sizes of tasks should be determined by running tasksel with the "new-install"
43 option on a system that been fully installed without selecting any tasks. By
44 selecting a task together with the "manual selection" option, aptitude will
45 be started and show the sizes for the task. Use "cancel pending actions" to
46 clear the slate, quit aptitude and repeat for other tasks.
47 Space requirements need to be determined from tasksel as tasksel will not
48 install recommended packages while selecting a task from aptitude will.
49 -->
50
51 <!-- Size of the basic installation -->
52 <!ENTITY base-system-size "230">
53 <!ENTITY std-system-size "442">
54 <!-- Desktop environment task -->
55 <!ENTITY task-desktop-inst "1267">
56 <!ENTITY task-desktop-dl "420">
57 <!ENTITY task-desktop-tot "1667">
58 <!-- Laptop task -->
59 <!ENTITY task-laptop-inst "50">
60 <!ENTITY task-laptop-dl "17">
61 <!ENTITY task-laptop-tot "67">
62 <!-- Web server task -->
63 <!ENTITY task-web-inst "35">
64 <!ENTITY task-web-dl "11">
65 <!ENTITY task-web-tot "46">
66 <!-- Print server task -->
67 <!ENTITY task-print-inst "277">
68 <!ENTITY task-print-dl "79">
69 <!ENTITY task-print-tot "356">
70 <!-- DNS server task -->
71 <!ENTITY task-dns-inst "2">
72 <!ENTITY task-dns-dl "1">
73 <!ENTITY task-dns-tot "3">
74 <!-- File server task -->
75 <!ENTITY task-file-inst "49">
76 <!ENTITY task-file-dl "21">
77 <!ENTITY task-file-tot "70">
78 <!-- Mail server task -->
79 <!ENTITY task-mail-inst "13">
80 <!ENTITY task-mail-dl "5">
81 <!ENTITY task-mail-tot "18">
82 <!-- SQL database task -->
83 <!ENTITY task-sql-inst "24">
84 <!ENTITY task-sql-dl "8">
85 <!ENTITY task-sql-tot "32">
86
87
88 <!-- number of packages, approx, in the main distribution -->
89 <!-- use:
90 for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done
91 -->
92 <!-- last updated: January 1 2007 for Etch (FJP) -->
93 <!ENTITY num-of-distrib-pkgs
94 "<phrase arch='alpha'>17600</phrase>
95 <phrase arch='amd64'>17850</phrase>
96 <phrase arch='arm'>17550</phrase>
97 <phrase arch='hppa'>17600</phrase>
98 <phrase arch='i386'>18150</phrase>
99 <phrase arch='ia64'>17650</phrase>
100 <phrase arch='m68k'>17450</phrase>
101 <phrase arch='mips'>17550</phrase>
102 <phrase arch='mipsel'>17550</phrase>
103 <phrase arch='powerpc'>17850</phrase>
104 <phrase arch='s390'>17500</phrase>
105 <phrase arch='sparc'>17700</phrase>">
106
107 <!-- Number of current Debian developers -->
108 <!-- Can be found for example on vote.debian.org (use last vote) -->
109 <!ENTITY num-of-debian-developers "1010">
110
111 <!-- Number of current Debian maillists -->
112 <!ENTITY num-of-debian-maillists "215">
113
114 <!-- version of X11 shipping with the current release -->
115 <!ENTITY x11ver "7.1">
116
117 <!-- an example of adding another image to lilo.conf, cf
118 en/post-install.sgml etc. -->
119 <!ENTITY additional-lilo-image
120 'image=/boot/vmlinuz.new
121 label=new
122 append="mcd=0x320,11"
123 read-only'>
124
125 <!-- prefix for files that can be downloaded -->
126 <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
127 <!ENTITY downloadable-file "&url-debian-installer;">

  ViewVC Help
Powered by ViewVC 1.1.5