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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
<!-- -*- DocBook -*- -->
<!-- These entries should be language independent. -->
<!-- The *first* definition of an ENTITY wins. -->
<!-- current year (to be used for copyright declaration). -->
<!-- When changing this, also change in "debian/copyright" file)! -->
<!ENTITY current-year "2015">
<!-- short name to use for Debian -->
<!ENTITY debian "Debian">
<!-- proper (long) name to use for Debian -->
<!ENTITY debian-gnu "&debian; GNU/&arch-kernel;">
<!ENTITY d-i "<classname>debian-installer</classname>">
<!ENTITY release "8">
<!ENTITY releasename "jessie">
<!ENTITY releasename-cap "Jessie">
<!ENTITY releasename-uc "JESSIE">
<!ENTITY FIXME
"<emphasis>Documentation not complete, text missing.</emphasis>">
<!-- proper nouns for architectures -->
<!ENTITY arch-title
"<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
<!-- general things from installer -->
<!ENTITY ekey "<keycap>e</keycap>">
<!ENTITY f10key "<keycap>F10</keycap>">
<!ENTITY enterkey "<keycap>Enter</keycap>">
<!ENTITY escapekey "<keycap>Esc</keycap>">
<!ENTITY tabkey "<keycap>Tab</keycap>">
<!ENTITY MSG-YES "<userinput>Yes</userinput>">
<!ENTITY MSG-NO "<userinput>No</userinput>">
<!ENTITY BTN-CONT "<guibutton>Continue</guibutton>">
<!ENTITY BTN-CANCEL "<guibutton>Cancel</guibutton>">
<!ENTITY BTN-GOBACK "<guibutton>Go Back</guibutton>">
<!-- notation used for 'megabytes' -->
<!ENTITY notation-megabytes "MB">
<!-- minimum hard disk size for base system -->
<!-- As measured just before reboot (i.e. before the cleanup script drops
.debs), plus some margin. This is also approximately the used size after
cleanup, plus minimal ~150MB work space included.
Also update the value in debian-installer/build/boot/x86/f2.txt
-->
<!ENTITY minimum-fs-size "680¬ation-megabytes;">
<!--
Size of install as used in appendix/files.xml; all values based on amd64.
To determine the size of the base system and tasks, start with a default
installation:
- in English
- with use of network mirror
- without selecting _any_ tasks.
After the reboot, the size for the minimal base system should be determined
after running 'aptitude clean' using 'du -hsx /'. After that the "Standard
system" task should be installed and the size of the standard system can be
determined using the same method.
Sizes of tasks should be determined by running tasksel with the "new-install"
and "test" options on a system that been fully installed with only the
standard task. By selecting a task, the corresponding apt-get line will be
emitted. Copy/paste it without the -q -y options, apt-get will then show the
sizes for the task. Cancel it, and repeat for other tasks. For instance:
apt-get -o APT::Install-Recommends=true -o APT::Get::AutomaticRemove=true install task-desktop task-gnome-desktop
To get the sizes for the alternative desktop environments you will need
to first switch tasksel to that DE using the following command, e.g:
echo "tasksel tasksel/desktop string kde" | debconf-set-selections
-->
<!-- Size of the basic installation -->
<!ENTITY base-system-size "506">
<!ENTITY std-system-size "822">
<!-- Desktop environment task - GNOME -->
<!ENTITY task-desktop-gnome-inst "2487">
<!ENTITY task-desktop-gnome-dl "765">
<!ENTITY task-desktop-gnome-tot "3252">
<!-- Desktop environment task - KDE -->
<!ENTITY task-desktop-kde-inst "2198">
<!ENTITY task-desktop-kde-dl "770">
<!ENTITY task-desktop-kde-tot "2968">
<!-- Desktop environment task - Xfce -->
<!ENTITY task-desktop-xfce-inst "1529">
<!ENTITY task-desktop-xfce-dl "503">
<!ENTITY task-desktop-xfce-tot "2032">
<!-- Desktop environment task - LXDE -->
<!ENTITY task-desktop-lxde-inst "1536">
<!ENTITY task-desktop-lxde-dl "502">
<!ENTITY task-desktop-lxde-tot "2038">
<!-- Desktop environment task - MATE -->
<!ENTITY task-desktop-mate-inst "1631">
<!ENTITY task-desktop-mate-dl "531">
<!ENTITY task-desktop-mate-tot "2162">
<!-- Desktop environment task - Cinnamon -->
<!ENTITY task-desktop-cinnamon-inst "2212">
<!ENTITY task-desktop-cinnamon-dl "691">
<!ENTITY task-desktop-cinnamon-tot "2903">
<!-- Web server task -->
<!ENTITY task-web-inst "31">
<!ENTITY task-web-dl "7">
<!ENTITY task-web-tot "38">
<!-- Print server task -->
<!ENTITY task-print-inst "234">
<!ENTITY task-print-dl "73">
<!ENTITY task-print-tot "307">
<!-- SSH server task -->
<!ENTITY task-ssh-inst "1">
<!ENTITY task-ssh-dl "0">
<!ENTITY task-ssh-tot "1">
<!-- Laptop task -->
<!ENTITY task-laptop-inst "10">
<!ENTITY task-laptop-dl "3">
<!ENTITY task-laptop-tot "13">
<!-- Size needed for / with separate /usr, maximum is currently for i386 -->
<!ENTITY root-system-size-min "150">
<!ENTITY root-system-size-max "310">
<!-- number of packages, approx, in the main distribution -->
<!-- use:
for i in binary-*; do echo -n "$i: "; zgrep '^Package:' binary-all/Packages.gz $i/Packages.gz | wc -l; done
-->
<!-- last updated: 2015-04-13 for Jessie (Sledge) -->
<!ENTITY num-of-distrib-pkgs
"<phrase arch='amd64'>61019</phrase>
<phrase arch='arm64'>58805</phrase>
<phrase arch='armel'>60147</phrase>
<phrase arch='armhf'>60143</phrase>
<phrase arch='i386'>61052</phrase>
<phrase arch='kfreebsd-amd64'>58097</phrase>
<phrase arch='kfreebsd-i386'>58082</phrase>
<phrase arch='mips'>59834</phrase>
<phrase arch='mipsel'>59931</phrase>
<phrase arch='powerpc'>60345</phrase>
<phrase arch='ppc64el'>59305</phrase>
<phrase arch='s390x'>59553</phrase>
">
<!-- Number of current Debian developers -->
<!-- Can be found for example on vote.debian.org (use last vote) -->
<!ENTITY num-of-debian-developers "1026">
<!-- Number of current Debian maillists (see
http://lists.debian.org/completeindex.html) -->
<!ENTITY num-of-debian-maillists "276">
<!-- version of X11 shipping with the current release -->
<!ENTITY x11ver "7.7">
<!-- version of BRLTTY shipping with the current release -->
<!ENTITY brlttyver "5.2">
<!-- version of Speakup shipping with the current release -->
<!ENTITY speakupver "3.1.6">
<!-- 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'>
<!-- CD directory containing the kernel binary and ramdisk image,
according to the architecture. -->
<!ENTITY x86-install-dir
"install.<filename arch='i386'>386</filename><filename arch='amd64'>amd</filename>">
<!-- prefix for files that can be downloaded -->
<!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> -->
<!ENTITY downloadable-file "&url-debian-installer;">
|