[DebianGIS-dev] r1004 - packages/debian-gis

pere at alioth.debian.org pere at alioth.debian.org
Sat Aug 4 13:48:23 UTC 2007


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




More information about the Pkg-grass-devel mailing list