Author: pere
Date: 2007-08-04 13:48:23 +0000 (Sat, 04 Aug 2007)
New Revision: 1004

Modified:
   packages/debian-gis/build-gis-live
Log:
Try minimal image.

Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live  2007-08-04 13:03:40 UTC (rev 1003)
+++ packages/debian-gis/build-gis-live  2007-08-04 13:48:23 UTC (rev 1004)
@@ -131,10 +131,21 @@
 
 # Make the package list available
 (
-    tasksel --task-packages kde-desktop
-    tasksel --task-packages desktop
-    tasksel --task-packages laptop
-
+    # Enable this to get a complete desktop
+    if false ; then
+       tasksel --task-packages kde-desktop
+       tasksel --task-packages desktop
+       tasksel --task-packages laptop
+    else # A minimum desktop
+       cat <<EOF
+xorg
+xserver-xorg
+kde-core
+menu
+menu-xdg
+kdm
+EOF
+    fi
     cat packages-live 
 # When the task is available, we can do like this:
 #    tasksel --task-packages gis-workstation


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to