summaryrefslogtreecommitdiff
path: root/build/entities/common.ent
blob: 7e5094a4e6d42ee86ffaee37ca5b68d39b9a005f (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
75
76
77
78
79
80
81
82
83
84
85
86
87
<!-- -*- 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     "3.1+&delta;">
<!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='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>">

<!-- available language codes for 'setlang [code]' -->
<!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">

<!-- notation used for 'megabytes' -->
<!ENTITY notation-megabytes "MB">

<!-- minimum memory -->
<!ENTITY minimum-memory "32&notation-megabytes;">

<!-- minimum hard disk size for base system -->
<!-- As measured on a completed woody install, work space included. -->
<!ENTITY minimum-fs-size "110&notation-megabytes;">

<!-- minimum total memory (RAM + swap is ok) needed, i.e., for kernel -->
<!-- module config -->
<!ENTITY minimum-memory-with-swap "9&notation-megabytes;">

<!-- minimum memory for diskless workstations (NFS root) -->
<!ENTITY minimum-memory-with-nfsroot "16&notation-megabytes;">


<!-- number of packages, approx, in the main distribution -->
<!-- do:  grep '^Package:' Packages | wc -l -->
<!-- might be fun to generate this dynamically -->
<!-- last updated: May 15 2005 (FJP) -->
<!ENTITY num-of-distrib-pkgs
  "<phrase arch='alpha'>14750</phrase>
   <phrase arch='arm'>14650</phrase>
   <phrase arch='hppa'>14700</phrase>
   <phrase arch='i386'>15250</phrase>
   <phrase arch='ia64'>14700</phrase>
   <phrase arch='m68k'>14700</phrase>
   <phrase arch='mips'>14650</phrase>
   <phrase arch='mipsel'>14600</phrase>
   <phrase arch='powerpc'>14900</phrase>
   <phrase arch='sparc'>14800</phrase>
   <phrase arch='s390'>14700</phrase>">

<!-- Number of current Debian developers -->
<!ENTITY num-of-debian-developers "900">

<!-- Number of current Debian maillists -->
<!ENTITY num-of-debian-maillists "160">

<!-- threshold, below which, we are a low memory system  -->
<!ENTITY low-mem-threshold "5&notation-megabytes;">

<!-- version of X11 shipping with the current release -->
<!ENTITY x11ver "6.9">

<!-- 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;">