diff options
-rw-r--r-- | build/entities/common.ent | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 8418d9261..2eda956da 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -34,10 +34,12 @@ <!-- Size of install as used in appendix/files.xml; all values based on i386. -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. +To determine the size of the base system and tasks, start with a default +installation without selecting _any_ tasks with use of network mirror. +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" option on a system that been fully installed without selecting any tasks. By @@ -49,12 +51,12 @@ install recommended packages while selecting a task from aptitude will. --> <!-- Size of the basic installation --> - <!ENTITY base-system-size "227"> - <!ENTITY std-system-size "365"> + <!ENTITY base-system-size "225"> + <!ENTITY std-system-size "353"> <!-- Desktop environment task --> - <!ENTITY task-desktop-inst "1357"> + <!ENTITY task-desktop-inst "1360"> <!ENTITY task-desktop-dl "454"> - <!ENTITY task-desktop-tot "1811"> + <!ENTITY task-desktop-tot "1814"> <!-- Laptop task --> <!ENTITY task-laptop-inst "27"> <!ENTITY task-laptop-dl "10"> |