summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-01-23 19:23:09 +0000
committerFrans Pop <elendil@planet.nl>2007-01-23 19:23:09 +0000
commitf8ecb3da8be7a46d991d9d28bc749b638f67f4a6 (patch)
treeabe0d59c0092942f6bf051322f461bb17d90b6a9 /en/appendix
parentf0c8e44952b0f37dd5b997c9293cf0c0e9de5bf0 (diff)
downloadinstallation-guide-f8ecb3da8be7a46d991d9d28bc749b638f67f4a6.zip
Make base system size and task sizes into entities to avoid translations to have to update on changes
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/files.xml68
1 files changed, 26 insertions, 42 deletions
diff --git a/en/appendix/files.xml b/en/appendix/files.xml
index 0f01b3d15..ae1c1683a 100644
--- a/en/appendix/files.xml
+++ b/en/appendix/files.xml
@@ -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>