diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
commit | 1ea73eea5ecc6a8ed901316049259aee737ee554 (patch) | |
tree | 03a077f0b1b1548f3c806bd1c5795964fba0fb52 /build/entities/common.ent | |
download | installation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip |
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/entities/common.ent')
-rw-r--r-- | build/entities/common.ent | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent new file mode 100644 index 000000000..7db791257 --- /dev/null +++ b/build/entities/common.ent @@ -0,0 +1,88 @@ +<!-- -*- 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 d-i-manual "<classname>debian-installer-manual</classname>"> + +<!ENTITY release "3.1"> +<!ENTITY releasename "sarge"> +<!ENTITY releasename-cap "Sarge"> +<!ENTITY releasename-uc "SARGE"> + +<!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¬ation-megabytes;"> + +<!-- minimum hard disk size for base system --> +<!-- As measured on a completed woody install, work space included. --> +<!ENTITY minimum-fs-size "110¬ation-megabytes;"> + +<!-- minimum total memory (RAM + swap is ok) needed, i.e., for kernel --> +<!-- module config --> +<!ENTITY minimum-memory-with-swap "9¬ation-megabytes;"> + +<!-- minimum memory for diskless workstations (NFS root) --> +<!ENTITY minimum-memory-with-nfsroot "16¬ation-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¬ation-megabytes;"> + +<!-- version of X11 shipping with the current release --> +<!ENTITY x11ver "4.3.0"> + +<!-- 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;"> |