/[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 68537 - (hide annotations) (download)
Sun Mar 10 20:16:36 2013 UTC (2 months, 1 week ago) by sthibault
File size: 7114 byte(s)
Update installation sizes.
1 pronik-guest 21971 <!-- -*- DocBook -*- -->
2     <!-- These entries should be language independent. -->
3     <!-- The *first* definition of an ENTITY wins. -->
4    
5 sthibault 64830 <!-- short name to use for Debian -->
6     <!ENTITY debian "Debian">
7    
8 fjpop-guest 24847 <!-- proper (long) name to use for Debian -->
9 sthibault 64830 <!ENTITY debian-gnu "&debian; GNU/&arch-kernel;">
10 fjpop-guest 24847
11     <!ENTITY d-i "<classname>debian-installer</classname>">
12    
13 sthibault 67964 <!ENTITY release "7.0">
14     <!ENTITY releasename "wheezy">
15     <!ENTITY releasename-cap "Wheezy">
16     <!ENTITY releasename-uc "WHEEZY">
17 fjpop-guest 26040
18 fjpop-guest 24847 <!ENTITY FIXME
19     "<emphasis>Documentation not complete, text missing.</emphasis>">
20    
21     <!-- proper nouns for architectures -->
22     <!ENTITY arch-title
23 philbat-guest 68006 "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</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>">
24 fjpop-guest 24847
25     <!-- general things from installer -->
26     <!ENTITY enterkey "<keycap>Enter</keycap>">
27 fjp 53273 <!ENTITY escapekey "<keycap>Esc</keycap>">
28     <!ENTITY tabkey "<keycap>Tab</keycap>">
29 fjpop-guest 24847 <!ENTITY MSG-YES "<userinput>Yes</userinput>">
30     <!ENTITY MSG-NO "<userinput>No</userinput>">
31 fjp 46722 <!ENTITY BTN-CONT "<guibutton>Continue</guibutton>">
32     <!ENTITY BTN-CANCEL "<guibutton>Cancel</guibutton>">
33     <!ENTITY BTN-GOBACK "<guibutton>Go Back</guibutton>">
34 fjpop-guest 24847
35     <!-- notation used for 'megabytes' -->
36 fjpop-guest 26040 <!ENTITY notation-megabytes "MB">
37 fjpop-guest 24847
38 pronik-guest 21971 <!-- minimum hard disk size for base system -->
39 sthibault 66247 <!-- As measured just before reboot (i.e. before the cleanup script drops
40     .debs), plus some margin. This is also approximately the used size after
41     cleanup, plus minimal ~150MB work space included. -->
42 sthibault 68370 <!ENTITY minimum-fs-size "580&notation-megabytes;">
43 pronik-guest 21971
44 fjp 44436 <!--
45 sthibault 65939 Size of install as used in appendix/files.xml; all values based on amd64.
46 pronik-guest 21971
47 fjp 45957 To determine the size of the base system and tasks, start with a default
48 fjp 53276 installation:
49     - in English
50     - with use of network mirror
51     - without selecting _any_ tasks.
52 fjp 45957 After the reboot, the size for the minimal base system should be determined
53     after running 'aptitude clean' using 'du -hsx /'. After that the "Standard
54     system" task should be installed and the size of the standard system can be
55     determined using the same method.
56 fjp 44436
57     Sizes of tasks should be determined by running tasksel with the "new-install"
58 sthibault 67980 and "test" options on a system that been fully installed with only the
59     standard task. By selecting a task, the corresponding apt-get line will be
60     emitted. Copy/paste it without the -q -y options, apt-get will then show the
61     sizes for the task. Cancel it, and repeat for other tasks. For instance:
62 fjp 58142
63 sthibault 67980 apt-get -o APT::Install-Recommends=true -o APT::Get::AutomaticRemove=true install task-desktop task-gnome-desktop
64    
65 fjp 58142 To get the sizes for the alternative desktop environments you will need
66     to first switch tasksel to that DE using the following command, e.g:
67     echo "tasksel tasksel/desktop string kde" | debconf-set-selections
68 fjp 44436 -->
69    
70     <!-- Size of the basic installation -->
71 sthibault 68537 <!ENTITY base-system-size "432">
72     <!ENTITY std-system-size "604">
73 fjp 58142 <!-- Desktop environment task
74     (obsolete; can be removed when all translations have been updated) -->
75 sthibault 68537 <!ENTITY task-desktop-inst "2432">
76     <!ENTITY task-desktop-dl "804">
77     <!ENTITY task-desktop-tot "3236">
78 fjp 58142 <!-- Desktop environment task - GNOME -->
79 sthibault 68537 <!ENTITY task-desktop-gnome-inst "4326">
80     <!ENTITY task-desktop-gnome-dl "804">
81     <!ENTITY task-desktop-gnome-tot "3236">
82 fjp 58142 <!-- Desktop environment task - KDE -->
83 sthibault 68537 <!ENTITY task-desktop-kde-inst "2349">
84     <!ENTITY task-desktop-kde-dl "826">
85     <!ENTITY task-desktop-kde-tot "3175">
86 fjp 58142 <!-- Desktop environment task - Xfce -->
87 sthibault 68537 <!ENTITY task-desktop-xfce-inst "1781">
88     <!ENTITY task-desktop-xfce-dl "566">
89     <!ENTITY task-desktop-xfce-tot "2347">
90 fjp 58142 <!-- Desktop environment task - LXDE -->
91 sthibault 68537 <!ENTITY task-desktop-lxde-inst "1521">
92     <!ENTITY task-desktop-lxde-dl "495">
93     <!ENTITY task-desktop-lxde-tot "2016">
94 fjp 44436 <!-- Web server task -->
95 sthibault 68537 <!ENTITY task-web-inst "22">
96     <!ENTITY task-web-dl "5">
97     <!ENTITY task-web-tot "27">
98 fjp 44436 <!-- Print server task -->
99 sthibault 68537 <!ENTITY task-print-inst "238">
100     <!ENTITY task-print-dl "75">
101     <!ENTITY task-print-tot "313">
102 fjp 44436 <!-- DNS server task -->
103 sthibault 68537 <!ENTITY task-dns-inst "3">
104     <!ENTITY task-dns-dl "1">
105     <!ENTITY task-dns-tot "4">
106 fjp 44436 <!-- File server task -->
107 sthibault 68537 <!ENTITY task-file-inst "128">
108     <!ENTITY task-file-dl "27">
109     <!ENTITY task-file-tot "155">
110 fjp 44436 <!-- Mail server task -->
111 sthibault 68537 <!ENTITY task-mail-inst "84">
112     <!ENTITY task-mail-dl "33">
113     <!ENTITY task-mail-tot "117">
114 fjp 44436 <!-- SQL database task -->
115 sthibault 68537 <!ENTITY task-sql-inst "39">
116     <!ENTITY task-sql-dl "9">
117     <!ENTITY task-sql-tot "48">
118 sthibault 65173 <!-- SSH server task -->
119 sthibault 68537 <!ENTITY task-ssh-inst "1">
120     <!ENTITY task-ssh-dl "0">
121     <!ENTITY task-ssh-tot "1">
122 sthibault 65173 <!-- Laptop task -->
123 sthibault 68537 <!ENTITY task-laptop-inst "315">
124     <!ENTITY task-laptop-dl "98">
125     <!ENTITY task-laptop-tot "413">
126 fjp 44436
127    
128 pronik-guest 21971 <!-- number of packages, approx, in the main distribution -->
129 fjp 43735 <!-- use:
130 sthibault 67979 for i in binary-*; do echo -n "$i: "; zgrep '^Package:' binary-all/Packages.gz $i/Packages.gz | wc -l; done
131 fjp 43735 -->
132 sthibault 68370 <!-- last updated: November 25 2012 for Wheezy (sthibault) -->
133 pronik-guest 21971 <!ENTITY num-of-distrib-pkgs
134 sthibault 68537 "<phrase arch='amd64'>52005</phrase>
135     <phrase arch='armel'>51276</phrase>
136     <phrase arch='armhf'>51160</phrase>
137     <phrase arch='i386'>52118</phrase>
138     <phrase arch='ia64'>50298</phrase>
139     <phrase arch='kfreebsd-amd64'>49473</phrase>
140     <phrase arch='kfreebsd-i386'>49476</phrase>
141     <phrase arch='mips'>51123</phrase>
142     <phrase arch='mipsel'>51149</phrase>
143     <phrase arch='powerpc'>51432</phrase>
144     <phrase arch='s390'>50928</phrase>
145     <phrase arch='s390'>50766</phrase>
146     <phrase arch='sparc'>51297</phrase>
147 sthibault 65169 ">
148 pronik-guest 21971
149     <!-- Number of current Debian developers -->
150 fjp 43735 <!-- Can be found for example on vote.debian.org (use last vote) -->
151 sthibault 67979 <!ENTITY num-of-debian-developers "951">
152 pronik-guest 21971
153 sthibault 66247 <!-- Number of current Debian maillists (see
154     http://lists.debian.org/completeindex.html) -->
155 sthibault 68537 <!ENTITY num-of-debian-maillists "256">
156 pronik-guest 21971
157     <!-- version of X11 shipping with the current release -->
158 sthibault 67979 <!ENTITY x11ver "7.7">
159 pronik-guest 21971
160 fjp 58161 <!-- version of BRLTTY shipping with the current release -->
161 sthibault 67979 <!ENTITY brlttyver "4.4">
162 fjp 58161
163     <!-- version of Speakup shipping with the current release -->
164 sthibault 67217 <!ENTITY speakupver "3.1.6">
165 fjp 58161
166 pronik-guest 21971 <!-- an example of adding another image to lilo.conf, cf
167     en/post-install.sgml etc. -->
168     <!ENTITY additional-lilo-image
169     'image=/boot/vmlinuz.new
170     label=new
171     append="mcd=0x320,11"
172     read-only'>
173    
174 sthibault 64654 <!-- CD directory containing the kernel binary and ramdisk image,
175     according to the architecture. -->
176     <!ENTITY x86-install-dir
177     "install.<filename arch='i386'>386</filename><filename arch='amd64'>amd</filename>">
178    
179 pronik-guest 21971 <!-- prefix for files that can be downloaded -->
180     <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
181     <!ENTITY downloadable-file "&url-debian-installer;">

  ViewVC Help
Powered by ViewVC 1.1.5