diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-05 21:59:12 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-04-05 21:59:12 +0000 |
commit | 668feefe64d5ec0182dec281b928f84f36c57806 (patch) | |
tree | f26ba39d978746f021881aaba5135e5fb15f4e3c /build | |
parent | 710851bd1a2adcd729f65acab42da60750e0da61 (diff) | |
download | installation-guide-668feefe64d5ec0182dec281b928f84f36c57806.zip |
* Explain Standard system task.
* Add LXDE desktop environment.
* Mention option to select desktop environment from boot menu for x86 CDs.
* Add task sizes for alternative desktop environments.
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index fb301eab1..9ee3f15ed 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -58,15 +58,36 @@ 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. + +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 "250"> <!ENTITY std-system-size "397"> -<!-- Desktop environment task --> +<!-- Desktop environment task + (obsolete; can be removed when all translations have been updated) --> <!ENTITY task-desktop-inst "1830"> <!ENTITY task-desktop-dl "703"> <!ENTITY task-desktop-tot "2533"> +<!-- Desktop environment task - GNOME --> + <!ENTITY task-desktop-gnome-inst "1830"> + <!ENTITY task-desktop-gnome-dl "703"> + <!ENTITY task-desktop-gnome-tot "2533"> +<!-- Desktop environment task - KDE --> + <!ENTITY task-desktop-kde-inst "1592"> + <!ENTITY task-desktop-kde-dl "613"> + <!ENTITY task-desktop-kde-tot "2205"> +<!-- Desktop environment task - Xfce --> + <!ENTITY task-desktop-xfce-inst "1056"> + <!ENTITY task-desktop-xfce-dl "403"> + <!ENTITY task-desktop-xfce-tot "1459"> +<!-- Desktop environment task - LXDE --> + <!ENTITY task-desktop-lxde-inst "963"> + <!ENTITY task-desktop-lxde-dl "370"> + <!ENTITY task-desktop-lxde-tot "1333"> <!-- Laptop task --> <!ENTITY task-laptop-inst "26"> <!ENTITY task-laptop-dl "9"> |