/[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 64654 - (hide annotations) (download)
Sun Sep 5 21:57:21 2010 UTC (2 years, 8 months ago) by sthibault
File size: 6599 byte(s)
  * Document booting from DOS (Closes: Bug#518808).
1 pronik-guest 21971 <!-- -*- DocBook -*- -->
2     <!-- These entries should be language independent. -->
3     <!-- The *first* definition of an ENTITY wins. -->
4    
5 fjpop-guest 24847 <!-- proper (long) name to use for Debian -->
6     <!ENTITY debian "Debian GNU/Linux">
7    
8     <!ENTITY d-i "<classname>debian-installer</classname>">
9    
10 fjp 58386 <!ENTITY release "6.0">
11     <!ENTITY releasename "squeeze">
12     <!ENTITY releasename-cap "Squeeze">
13     <!ENTITY releasename-uc "SQUEEZE">
14 fjpop-guest 26040
15 fjpop-guest 24847 <!ENTITY FIXME
16     "<emphasis>Documentation not complete, text missing.</emphasis>">
17    
18     <!-- proper nouns for architectures -->
19     <!ENTITY arch-title
20 fjp 61161 "<phrase arch='amd64'>AMD64</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='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 fjpop-guest 24847
22 fjp 63058 <!ENTITY kernelversion "2.6.32">
23 fjp 56446
24 fjpop-guest 24847 <!-- general things from installer -->
25     <!ENTITY enterkey "<keycap>Enter</keycap>">
26 fjp 53273 <!ENTITY escapekey "<keycap>Esc</keycap>">
27     <!ENTITY tabkey "<keycap>Tab</keycap>">
28 fjpop-guest 24847 <!ENTITY MSG-YES "<userinput>Yes</userinput>">
29     <!ENTITY MSG-NO "<userinput>No</userinput>">
30 fjp 46722 <!ENTITY BTN-CONT "<guibutton>Continue</guibutton>">
31     <!ENTITY BTN-CANCEL "<guibutton>Cancel</guibutton>">
32     <!ENTITY BTN-GOBACK "<guibutton>Go Back</guibutton>">
33 fjpop-guest 24847
34     <!-- notation used for 'megabytes' -->
35 fjpop-guest 26040 <!ENTITY notation-megabytes "MB">
36 fjpop-guest 24847
37 pronik-guest 21971 <!-- minimum hard disk size for base system -->
38 fjp 43735 <!-- As measured on a completed etch install, minimal work space included. -->
39     <!ENTITY minimum-fs-size "500&notation-megabytes;">
40 pronik-guest 21971
41 fjp 44436 <!--
42     Size of install as used in appendix/files.xml; all values based on i386.
43 pronik-guest 21971
44 fjp 45957 To determine the size of the base system and tasks, start with a default
45 fjp 53276 installation:
46     - in English
47     - with use of network mirror
48     - without selecting _any_ tasks.
49 fjp 45957 After the reboot, the size for the minimal base system should be determined
50     after running 'aptitude clean' using 'du -hsx /'. After that the "Standard
51     system" task should be installed and the size of the standard system can be
52     determined using the same method.
53 fjp 44436
54     Sizes of tasks should be determined by running tasksel with the "new-install"
55     option on a system that been fully installed without selecting any tasks. By
56     selecting a task together with the "manual selection" option, aptitude will
57     be started and show the sizes for the task. Use "cancel pending actions" to
58     clear the slate, quit aptitude and repeat for other tasks.
59     Space requirements need to be determined from tasksel as tasksel will not
60     install recommended packages while selecting a task from aptitude will.
61 fjp 58142
62     To get the sizes for the alternative desktop environments you will need
63     to first switch tasksel to that DE using the following command, e.g:
64     echo "tasksel tasksel/desktop string kde" | debconf-set-selections
65 fjp 44436 -->
66    
67     <!-- Size of the basic installation -->
68 fjp 56577 <!ENTITY base-system-size "250">
69     <!ENTITY std-system-size "397">
70 fjp 58142 <!-- Desktop environment task
71     (obsolete; can be removed when all translations have been updated) -->
72 fjp 56577 <!ENTITY task-desktop-inst "1830">
73     <!ENTITY task-desktop-dl "703">
74     <!ENTITY task-desktop-tot "2533">
75 fjp 58142 <!-- Desktop environment task - GNOME -->
76     <!ENTITY task-desktop-gnome-inst "1830">
77     <!ENTITY task-desktop-gnome-dl "703">
78     <!ENTITY task-desktop-gnome-tot "2533">
79     <!-- Desktop environment task - KDE -->
80     <!ENTITY task-desktop-kde-inst "1592">
81     <!ENTITY task-desktop-kde-dl "613">
82     <!ENTITY task-desktop-kde-tot "2205">
83     <!-- Desktop environment task - Xfce -->
84     <!ENTITY task-desktop-xfce-inst "1056">
85     <!ENTITY task-desktop-xfce-dl "403">
86     <!ENTITY task-desktop-xfce-tot "1459">
87     <!-- Desktop environment task - LXDE -->
88     <!ENTITY task-desktop-lxde-inst "963">
89     <!ENTITY task-desktop-lxde-dl "370">
90     <!ENTITY task-desktop-lxde-tot "1333">
91 fjp 44436 <!-- Laptop task -->
92 fjp 56577 <!ENTITY task-laptop-inst "26">
93 fjp 53276 <!ENTITY task-laptop-dl "9">
94 fjp 56577 <!ENTITY task-laptop-tot "35">
95 fjp 44436 <!-- Web server task -->
96 fjp 56577 <!ENTITY task-web-inst "42">
97     <!ENTITY task-web-dl "13">
98     <!ENTITY task-web-tot "55">
99 fjp 44436 <!-- Print server task -->
100 fjp 56577 <!ENTITY task-print-inst "215">
101     <!ENTITY task-print-dl "84">
102     <!ENTITY task-print-tot "299">
103 fjp 44436 <!-- DNS server task -->
104 fjp 56577 <!ENTITY task-dns-inst "3">
105 fjp 44436 <!ENTITY task-dns-dl "1">
106 fjp 56577 <!ENTITY task-dns-tot "4">
107 fjp 44436 <!-- File server task -->
108 fjp 56577 <!ENTITY task-file-inst "74">
109     <!ENTITY task-file-dl "29">
110     <!ENTITY task-file-tot "103">
111 fjp 44436 <!-- Mail server task -->
112 fjp 56577 <!ENTITY task-mail-inst "14">
113 fjp 44436 <!ENTITY task-mail-dl "5">
114 fjp 56577 <!ENTITY task-mail-tot "19">
115 fjp 44436 <!-- SQL database task -->
116 fjp 56577 <!ENTITY task-sql-inst "50">
117     <!ENTITY task-sql-dl "18">
118     <!ENTITY task-sql-tot "68">
119 fjp 44436
120    
121 pronik-guest 21971 <!-- number of packages, approx, in the main distribution -->
122 fjp 43735 <!-- use:
123     for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done
124     -->
125 fjp 56577 <!-- last updated: November 5 2008 for Lenny (FJP) -->
126 pronik-guest 21971 <!ENTITY num-of-distrib-pkgs
127 fjp 61161 "<phrase arch='amd64'>22300</phrase>
128 fjp 56577 <phrase arch='arm'>21700</phrase>
129     <phrase arch='hppa'>21600</phrase>
130     <phrase arch='i386'>22600</phrase>
131     <phrase arch='ia64'>21900</phrase>
132     <phrase arch='mips'>21950</phrase>
133     <phrase arch='mipsel'>21900</phrase>
134     <phrase arch='powerpc'>22250</phrase>
135     <phrase arch='s390'>21750</phrase>
136     <phrase arch='sparc'>22950</phrase>">
137 pronik-guest 21971
138     <!-- Number of current Debian developers -->
139 fjp 43735 <!-- Can be found for example on vote.debian.org (use last vote) -->
140 fjp 63059 <!ENTITY num-of-debian-developers "890">
141 pronik-guest 21971
142     <!-- Number of current Debian maillists -->
143 fjp 43735 <!ENTITY num-of-debian-maillists "215">
144 pronik-guest 21971
145     <!-- version of X11 shipping with the current release -->
146 fjp 63060 <!ENTITY x11ver "7.5">
147 pronik-guest 21971
148 fjp 58161 <!-- version of BRLTTY shipping with the current release -->
149 sthibault 64519 <!ENTITY brlttyver "4.2">
150 fjp 58161
151     <!-- version of Speakup shipping with the current release -->
152 fjp 63060 <!ENTITY speakupver "3.1.4">
153 fjp 58161
154 pronik-guest 21971 <!-- an example of adding another image to lilo.conf, cf
155     en/post-install.sgml etc. -->
156     <!ENTITY additional-lilo-image
157     'image=/boot/vmlinuz.new
158     label=new
159     append="mcd=0x320,11"
160     read-only'>
161    
162 sthibault 64654 <!-- CD directory containing the kernel binary and ramdisk image,
163     according to the architecture. -->
164     <!ENTITY x86-install-dir
165     "install.<filename arch='i386'>386</filename><filename arch='amd64'>amd</filename>">
166    
167 pronik-guest 21971 <!-- prefix for files that can be downloaded -->
168     <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
169     <!ENTITY downloadable-file "&url-debian-installer;">

  ViewVC Help
Powered by ViewVC 1.1.5