diff options
Diffstat (limited to 'nl/appendix/files.xml')
-rw-r--r-- | nl/appendix/files.xml | 70 |
1 files changed, 27 insertions, 43 deletions
diff --git a/nl/appendix/files.xml b/nl/appendix/files.xml index b464dc9e7..900bfb2d0 100644 --- a/nl/appendix/files.xml +++ b/nl/appendix/files.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 44406 untranslated --> +<!-- original version: 44436 untranslated --> <sect1 id="linuxdevices"><title>Linux Devices</title> @@ -199,28 +199,12 @@ when your mouse only has one button. Just add the following lines to <sect1 id="tasksel-size-list"> <title>Disk Space Needed for Tasks</title> - -<!-- Note for d-i and manual maintainers - Sizes of tasks should be determined by running tasksel with the "new-install" - option on a system that been fully installed without selecting any tasks. By - selecting a task together with the "manual selection" option, aptitude will - be started and show the sizes for the task. Use "cancel pending actions" to - clear the slate, quit aptitude and repeat for other tasks. - Space requirements need to be determined from tasksel as tasksel will not - install recommended packages while selecting a task from aptitude will. - - 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 after which the size of the standard system should be - determined using the same method. ---> - <para> A standard installation for the i386 architecture, including all standard -packages and using the default 2.6 kernel, takes up 442MB of disk space. +packages and using the default 2.6 kernel, takes up &std-system-size;MB of disk space. A minimal base installation, without the <quote>Standard system</quote> -task selected, will take 230MB. +task selected, will take &base-system-size;MB. </para> <important><para> @@ -263,9 +247,9 @@ is (temporarily) required in <filename>/var</filename>. <tbody> <row> <entry>Desktop environment</entry> - <entry>1267</entry> - <entry>420</entry> - <entry>1667</entry> + <entry>&task-desktop-inst;</entry> + <entry>&task-desktop-dl;</entry> + <entry>&task-desktop-tot;</entry> </row> <row> @@ -278,51 +262,51 @@ is (temporarily) required in <filename>/var</filename>. </para> </footnote></entry> - <entry>50</entry> - <entry>17</entry> - <entry>67</entry> + <entry>&task-laptop-inst;</entry> + <entry>&task-laptop-dl;</entry> + <entry>&task-laptop-tot;</entry> </row> <row> <entry>Web server</entry> - <entry>35</entry> - <entry>11</entry> - <entry>46</entry> + <entry>&task-web-inst;</entry> + <entry>&task-web-dl;</entry> + <entry>&task-web-tot;</entry> </row> <row> <entry>Print server</entry> - <entry>277</entry> - <entry>79</entry> - <entry>356</entry> + <entry>&task-print-inst;</entry> + <entry>&task-print-dl;</entry> + <entry>&task-print-tot;</entry> </row> <row> <entry>DNS server</entry> - <entry>2</entry> - <entry>1</entry> - <entry>3</entry> + <entry>&task-dns-inst;</entry> + <entry>&task-dns-dl;</entry> + <entry>&task-dns-tot;</entry> </row> <row> <entry>File server</entry> - <entry>49</entry> - <entry>21</entry> - <entry>70</entry> + <entry>&task-file-inst;</entry> + <entry>&task-file-dl;</entry> + <entry>&task-file-tot;</entry> </row> <row> <entry>Mail server</entry> - <entry>13</entry> - <entry>5</entry> - <entry>18</entry> + <entry>&task-mail-inst;</entry> + <entry>&task-mail-dl;</entry> + <entry>&task-mail-tot;</entry> </row> <row> <entry>SQL database</entry> - <entry>24</entry> - <entry>8</entry> - <entry>32</entry> + <entry>&task-sql-inst;</entry> + <entry>&task-sql-dl;</entry> + <entry>&task-sql-tot;</entry> </row> </tbody> |