| 1 |
<!-- -*- DocBook -*- -->
|
| 2 |
<!-- These entries should be language independent. -->
|
| 3 |
<!-- The *first* definition of an ENTITY wins. -->
|
| 4 |
|
| 5 |
<!-- proper (long) name to use for Debian -->
|
| 6 |
<!ENTITY debian "Debian GNU/Linux">
|
| 7 |
|
| 8 |
<!ENTITY d-i "<classname>debian-installer</classname>">
|
| 9 |
<!ENTITY d-i-manual "<classname>debian-installer-manual</classname>">
|
| 10 |
|
| 11 |
<!ENTITY release "3.1">
|
| 12 |
<!ENTITY releasename "sarge">
|
| 13 |
<!ENTITY path-to-top-level "../../">
|
| 14 |
<!ENTITY FIXME
|
| 15 |
"<emphasis>Documentation not complete, text missing.</emphasis>">
|
| 16 |
|
| 17 |
<!-- proper nouns for architectures -->
|
| 18 |
|
| 19 |
<!ENTITY arch-title
|
| 20 |
"<phrase arch='alpha'>Alpha</phrase>
|
| 21 |
<phrase arch='arm'>ARM</phrase>
|
| 22 |
<phrase arch='hppa'>PA-RISC</phrase>
|
| 23 |
<phrase arch='i386'>Intel x86</phrase>
|
| 24 |
<phrase arch='ia64'>IA-64</phrase>
|
| 25 |
<phrase arch='m68k'>Motorola 680x0</phrase>
|
| 26 |
<phrase arch='mips'>Mips</phrase>
|
| 27 |
<phrase arch='mipsel'>Mipsel</phrase>
|
| 28 |
<phrase arch='powerpc'>PowerPC</phrase>
|
| 29 |
<phrase arch='sparc'>SPARC</phrase>
|
| 30 |
<phrase arch='s390'>S/390</phrase>">
|
| 31 |
|
| 32 |
<!-- general things from installer -->
|
| 33 |
<!ENTITY enterkey "<keycap>Enter</keycap>">
|
| 34 |
<!ENTITY MSG-YES "<userinput>Yes</userinput>">
|
| 35 |
<!ENTITY MSG-NO "<userinput>No</userinput>">
|
| 36 |
|
| 37 |
<!-- available language codes for 'setlang [code]' -->
|
| 38 |
<!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">
|
| 39 |
|
| 40 |
<!-- notation used for 'megabytes' -->
|
| 41 |
<!ENTITY notation-megabytes "MiB">
|
| 42 |
|
| 43 |
<!-- minimum memory -->
|
| 44 |
<!ENTITY minimum-memory "32¬ation-megabytes;">
|
| 45 |
|
| 46 |
<!-- minimum hard disk size for base system -->
|
| 47 |
<!-- As measured on a completed woody install, work space included. -->
|
| 48 |
<!ENTITY minimum-fs-size "110¬ation-megabytes;">
|
| 49 |
|
| 50 |
<!-- minimum total memory (RAM + swap is ok) needed, i.e., for kernel -->
|
| 51 |
<!-- module config -->
|
| 52 |
<!ENTITY minimum-memory-with-swap "9¬ation-megabytes;">
|
| 53 |
|
| 54 |
<!-- minimum memory for diskless workstations (NFS root) -->
|
| 55 |
<!ENTITY minimum-memory-with-nfsroot "16¬ation-megabytes;">
|
| 56 |
|
| 57 |
|
| 58 |
<!-- number of packages, approx, in the main distribution -->
|
| 59 |
<!-- do: grep '^Package:' Packages | wc -l -->
|
| 60 |
<!-- might be fun to generate this dynamically -->
|
| 61 |
<!ENTITY num-of-distrib-pkgs
|
| 62 |
"<phrase arch='alpha'>12250</phrase>
|
| 63 |
<phrase arch='arm'>12250</phrase>
|
| 64 |
<phrase arch='hppa'>12200</phrase>
|
| 65 |
<phrase arch='i386'>12800</phrase>
|
| 66 |
<phrase arch='ia64'>12250</phrase>
|
| 67 |
<phrase arch='m68k'>12200</phrase>
|
| 68 |
<phrase arch='mips'>12150</phrase>
|
| 69 |
<phrase arch='mipsel'>12200</phrase>
|
| 70 |
<phrase arch='powerpc'>12400</phrase>
|
| 71 |
<phrase arch='sparc'>12250</phrase>
|
| 72 |
<phrase arch='s390'>12350</phrase>">
|
| 73 |
|
| 74 |
<!-- Number of current Debian developers -->
|
| 75 |
<!ENTITY num-of-debian-developers "900">
|
| 76 |
|
| 77 |
<!-- Number of current Debian maillists -->
|
| 78 |
<!ENTITY num-of-debian-maillists "160">
|
| 79 |
|
| 80 |
<!-- threshold, below which, we are a low memory system -->
|
| 81 |
<!ENTITY low-mem-threshold "5¬ation-megabytes;">
|
| 82 |
|
| 83 |
<!-- version of X11 shipping with the current release -->
|
| 84 |
<!ENTITY x11ver "4.3.0">
|
| 85 |
|
| 86 |
<!-- an example of adding another image to lilo.conf, cf
|
| 87 |
en/post-install.sgml etc. -->
|
| 88 |
<!ENTITY additional-lilo-image
|
| 89 |
'image=/boot/vmlinuz.new
|
| 90 |
label=new
|
| 91 |
append="mcd=0x320,11"
|
| 92 |
read-only'>
|
| 93 |
|
| 94 |
<!ENTITY boot-loader-installer
|
| 95 |
"<phrase arch='alpha'>boot loader installer</phrase>
|
| 96 |
<phrase arch='arm'>boot loader installer</phrase>
|
| 97 |
<phrase arch='hppa'>boot loader installer</phrase>
|
| 98 |
<phrase arch='i386'>lilo</phrase>
|
| 99 |
<phrase arch='ia64'>boot loader installer</phrase>
|
| 100 |
<phrase arch='m68k'>boot loader installer</phrase>
|
| 101 |
<phrase arch='mips'>boot loader installer</phrase>
|
| 102 |
<phrase arch='mipsel'>boot loader installer</phrase>
|
| 103 |
<phrase arch='powerpc'>yaboot or quik</phrase>
|
| 104 |
<phrase arch='sparc'>boot loader installer</phrase>
|
| 105 |
<phrase arch='s390'>boot loader installer</phrase>">
|
| 106 |
|
| 107 |
<!-- prefix for files that can be downloaded -->
|
| 108 |
<!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
|
| 109 |
<!ENTITY downloadable-file "&url-debian-installer;">
|
| 110 |
<!ENTITY downloadable-file "&path-to-top-level;">
|