blob: a884553d13367cb5d2698b150cab79e8d5911d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<!-- -*- DocBook -*- -->
<!-- These entries should be language independent. -->
<!-- The *first* definition of an ENTITY wins. -->
<!-- proper (long) name to use for Debian -->
<!ENTITY debian "Debian GNU/Linux">
<!ENTITY d-i "<classname>debian-installer</classname>">
<!ENTITY release "4.0">
<!ENTITY releasename "etch">
<!ENTITY releasename-cap "Etch">
<!ENTITY releasename-uc "ETCH">
<!ENTITY FIXME
"<emphasis>Documentation not complete, text missing.</emphasis>">
<!-- proper nouns for architectures -->
<!ENTITY arch-title
"<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>">
<!-- general things from installer -->
<!ENTITY enterkey "<keycap>Enter</keycap>">
<!ENTITY MSG-YES "<userinput>Yes</userinput>">
<!ENTITY MSG-NO "<userinput>No</userinput>">
<!-- notation used for 'megabytes' -->
<!ENTITY notation-megabytes "MB">
<!-- minimum hard disk size for base system -->
<!-- As measured on a completed etch install, minimal work space included. -->
<!ENTITY minimum-fs-size "500¬ation-megabytes;">
<!-- number of packages, approx, in the main distribution -->
<!-- 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'>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 -->
<!-- Can be found for example on vote.debian.org (use last vote) -->
<!ENTITY num-of-debian-developers "1010">
<!-- Number of current Debian maillists -->
<!ENTITY num-of-debian-maillists "215">
<!-- version of X11 shipping with the current release -->
<!ENTITY x11ver "7.1">
<!-- an example of adding another image to lilo.conf, cf
en/post-install.sgml etc. -->
<!ENTITY additional-lilo-image
'image=/boot/vmlinuz.new
label=new
append="mcd=0x320,11"
read-only'>
<!-- prefix for files that can be downloaded -->
<!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
<!ENTITY downloadable-file "&url-debian-installer;">
|