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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/installer/doc/manual/build/entities/common.ent revision 26040 by fjpop-guest, Wed Mar 2 15:48:28 2005 UTC trunk/manual/build/entities/common.ent revision 65174 by sthibault, Wed Oct 27 02:24:02 2010 UTC
# Line 2  Line 2 
2  <!-- These entries should be language independent.  -->  <!-- These entries should be language independent.  -->
3  <!-- The *first* definition of an ENTITY wins.      -->  <!-- The *first* definition of an ENTITY wins.      -->
4    
5    <!-- short name to use for Debian -->
6    <!ENTITY debian "Debian">
7    
8  <!-- proper (long) name to use for Debian -->  <!-- proper (long) name to use for Debian -->
9  <!ENTITY debian "Debian GNU/Linux">  <!ENTITY debian-gnu "&debian; GNU/&arch-kernel;">
10    
11  <!ENTITY d-i "<classname>debian-installer</classname>">  <!ENTITY d-i "<classname>debian-installer</classname>">
 <!ENTITY d-i-manual "<classname>debian-installer-manual</classname>">  
12    
13  <!ENTITY release     "3.1">  <!ENTITY release     "6.0">
14  <!ENTITY releasename "sarge">  <!ENTITY releasename "squeeze">
15  <!ENTITY releasename-cap "Sarge">  <!ENTITY releasename-cap "Squeeze">
16  <!ENTITY releasename-uc "SARGE">  <!ENTITY releasename-uc "SQUEEZE">
17    
18  <!ENTITY FIXME  <!ENTITY FIXME
19    "<emphasis>Documentation not complete, text missing.</emphasis>">    "<emphasis>Documentation not complete, text missing.</emphasis>">
20    
21  <!-- proper nouns for architectures -->  <!-- proper nouns for architectures -->
22  <!ENTITY arch-title  <!ENTITY arch-title
23    "<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>">    "<phrase arch='any-amd64'>AMD64</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-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>">
24    
25  <!-- general things from installer -->  <!-- general things from installer -->
26  <!ENTITY enterkey "<keycap>Enter</keycap>">  <!ENTITY enterkey "<keycap>Enter</keycap>">
27    <!ENTITY escapekey "<keycap>Esc</keycap>">
28    <!ENTITY tabkey "<keycap>Tab</keycap>">
29  <!ENTITY MSG-YES "<userinput>Yes</userinput>">  <!ENTITY MSG-YES "<userinput>Yes</userinput>">
30  <!ENTITY MSG-NO "<userinput>No</userinput>">  <!ENTITY MSG-NO "<userinput>No</userinput>">
31    <!ENTITY BTN-CONT "<guibutton>Continue</guibutton>">
32  <!-- available language codes for 'setlang [code]' -->  <!ENTITY BTN-CANCEL "<guibutton>Cancel</guibutton>">
33  <!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">  <!ENTITY BTN-GOBACK "<guibutton>Go Back</guibutton>">
34    
35  <!-- notation used for 'megabytes' -->  <!-- notation used for 'megabytes' -->
36  <!ENTITY notation-megabytes "MB">  <!ENTITY notation-megabytes "MB">
37    
 <!-- minimum memory -->  
 <!ENTITY minimum-memory "32&notation-megabytes;">  
   
38  <!-- minimum hard disk size for base system -->  <!-- minimum hard disk size for base system -->
39  <!-- As measured on a completed woody install, work space included. -->  <!-- As measured on a completed squeeze install, minimal ~200MB work space included. -->
40  <!ENTITY minimum-fs-size "110&notation-megabytes;">  <!ENTITY minimum-fs-size "550&notation-megabytes;">
41    
42  <!-- minimum total memory (RAM + swap is ok) needed, i.e., for kernel -->  <!--
43  <!-- module config -->  Size of install as used in appendix/files.xml; all values based on i386.
 <!ENTITY minimum-memory-with-swap "9&notation-megabytes;">  
44    
45  <!-- minimum memory for diskless workstations (NFS root) -->  To determine the size of the base system and tasks, start with a default
46  <!ENTITY minimum-memory-with-nfsroot "16&notation-megabytes;">  installation:
47    - in English
48    - with use of network mirror
49    - without selecting _any_ tasks.
50    After the reboot, the size for the minimal base system should be determined
51    after running 'aptitude clean' using 'du -hsx /'. After that the "Standard
52    system" task should be installed and the size of the standard system can be
53    determined using the same method.
54    
55    Sizes of tasks should be determined by running tasksel with the "new-install"
56    option on a system that been fully installed without selecting any tasks. By
57    selecting a task together with the "manual selection" option, aptitude will
58    be started and show the sizes for the task. Use "cancel pending actions" to
59    clear the slate, quit aptitude and repeat for other tasks.
60    Space requirements need to be determined from tasksel as tasksel will not
61    install recommended packages while selecting a task from aptitude will.
62    
63    To get the sizes for the alternative desktop environments you will need
64    to first switch tasksel to that DE using the following command, e.g:
65       echo "tasksel tasksel/desktop string kde" | debconf-set-selections
66    -->
67    
68    <!-- Size of the basic installation -->
69      <!ENTITY base-system-size   "343">
70      <!ENTITY std-system-size    "491">
71    <!-- Desktop environment task
72         (obsolete; can be removed when all translations have been updated) -->
73      <!ENTITY task-desktop-inst "2689">
74      <!ENTITY task-desktop-dl    "976">
75      <!ENTITY task-desktop-tot  "3665">
76    <!-- Desktop environment task - GNOME -->
77      <!ENTITY task-desktop-gnome-inst "2689">
78      <!ENTITY task-desktop-gnome-dl    "976">
79      <!ENTITY task-desktop-gnome-tot  "3665">
80    <!-- Desktop environment task - KDE -->
81      <!ENTITY task-desktop-kde-inst   "2119">
82      <!ENTITY task-desktop-kde-dl      "823">
83      <!ENTITY task-desktop-kde-tot    "2942">
84    <!-- Desktop environment task - Xfce -->
85      <!ENTITY task-desktop-xfce-inst  "1771">
86      <!ENTITY task-desktop-xfce-dl     "650">
87      <!ENTITY task-desktop-xfce-tot   "2421">
88    <!-- Desktop environment task - LXDE -->
89      <!ENTITY task-desktop-lxde-inst  "1546">
90      <!ENTITY task-desktop-lxde-dl     "575">
91      <!ENTITY task-desktop-lxde-tot   "2121">
92    <!-- Web server task -->
93      <!ENTITY task-web-inst      "121">
94      <!ENTITY task-web-dl         "36">
95      <!ENTITY task-web-tot       "157">
96    <!-- Print server task -->
97      <!ENTITY task-print-inst    "427">
98      <!ENTITY task-print-dl      "114">
99      <!ENTITY task-print-tot     "541">
100    <!-- DNS server task -->
101      <!ENTITY task-dns-inst       "51">
102      <!ENTITY task-dns-dl         "16">
103      <!ENTITY task-dns-tot        "67">
104    <!-- File server task -->
105      <!ENTITY task-file-inst     "165">
106      <!ENTITY task-file-dl        "52">
107      <!ENTITY task-file-tot      "217">
108    <!-- Mail server task -->
109      <!ENTITY task-mail-inst     "125">
110      <!ENTITY task-mail-dl        "41">
111      <!ENTITY task-mail-tot      "166">
112    <!-- SQL database task -->
113      <!ENTITY task-sql-inst      "103">
114      <!ENTITY task-sql-dl         "26">
115      <!ENTITY task-sql-tot       "129">
116    <!-- SSH server task -->
117      <!ENTITY task-ssh-inst       "18">
118      <!ENTITY task-ssh-dl          "7">
119      <!ENTITY task-ssh-tot        "25">
120    <!-- Laptop task -->
121      <!ENTITY task-laptop-inst   "237">
122      <!ENTITY task-laptop-dl      "76">
123      <!ENTITY task-laptop-tot    "313">
124    
125    
126  <!-- number of packages, approx, in the main distribution -->  <!-- number of packages, approx, in the main distribution -->
127  <!-- do:  grep '^Package:' Packages | wc -l -->  <!-- use:
128  <!-- might be fun to generate this dynamically -->       for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done
129    -->
130    <!-- last updated: October 27 2010 for Squeeze (sthibault) -->
131  <!ENTITY num-of-distrib-pkgs  <!ENTITY num-of-distrib-pkgs
132    "<phrase arch='alpha'>12250</phrase>    "<phrase arch='amd64'>28300</phrase>
133     <phrase arch='arm'>12250</phrase>     <phrase arch='armel'>27750</phrase>
134     <phrase arch='hppa'>12200</phrase>     <phrase arch='hppa'>27400</phrase>
135     <phrase arch='i386'>12800</phrase>     <phrase arch='i386'>28450</phrase>
136     <phrase arch='ia64'>12250</phrase>     <phrase arch='ia64'>27500</phrase>
137     <phrase arch='m68k'>12200</phrase>     <phrase arch='kfreebsd-amd64'>26050</phrase>
138     <phrase arch='mips'>12150</phrase>     <phrase arch='kfreebsd-i386'>26000</phrase>
139     <phrase arch='mipsel'>12200</phrase>     <phrase arch='mips'>27700</phrase>
140     <phrase arch='powerpc'>12400</phrase>     <phrase arch='mipsel'>27700</phrase>
141     <phrase arch='sparc'>12250</phrase>     <phrase arch='powerpc'>28050</phrase>
142     <phrase arch='s390'>12350</phrase>">     <phrase arch='s390'>27750</phrase>
143       <phrase arch='sparc'>27900</phrase>
144       ">
145    
146  <!-- Number of current Debian developers -->  <!-- Number of current Debian developers -->
147  <!ENTITY num-of-debian-developers "900">  <!-- Can be found for example on vote.debian.org (use last vote) -->
148    <!ENTITY num-of-debian-developers "886">
149    
150  <!-- Number of current Debian maillists -->  <!-- Number of current Debian maillists -->
151  <!ENTITY num-of-debian-maillists "160">  <!ENTITY num-of-debian-maillists "238">
   
 <!-- threshold, below which, we are a low memory system  -->  
 <!ENTITY low-mem-threshold "5&notation-megabytes;">  
152    
153  <!-- version of X11 shipping with the current release -->  <!-- version of X11 shipping with the current release -->
154  <!ENTITY x11ver "4.3.0">  <!ENTITY x11ver "7.5">
155    
156    <!-- version of BRLTTY shipping with the current release -->
157    <!ENTITY brlttyver "4.2">
158    
159    <!-- version of Speakup shipping with the current release -->
160    <!ENTITY speakupver "3.1.5">
161    
162  <!-- an example of adding another image to lilo.conf, cf  <!-- an example of adding another image to lilo.conf, cf
163       en/post-install.sgml etc. -->       en/post-install.sgml etc. -->
# Line 82  Line 167 
167    append="mcd=0x320,11"    append="mcd=0x320,11"
168    read-only'>    read-only'>
169    
170    <!-- CD directory containing the kernel binary and ramdisk image,
171         according to the architecture.  -->
172    <!ENTITY x86-install-dir
173       "install.<filename arch='i386'>386</filename><filename arch='amd64'>amd</filename>">
174    
175  <!-- prefix for files that can be downloaded -->  <!-- prefix for files that can be downloaded -->
176  <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->  <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
177                            <!ENTITY downloadable-file "&url-debian-installer;">                            <!ENTITY downloadable-file "&url-debian-installer;">

Legend:
Removed from v.26040  
changed lines
  Added in v.65174

  ViewVC Help
Powered by ViewVC 1.1.5