Author: pere Date: 2007-08-04 10:04:41 +0000 (Sat, 04 Aug 2007) New Revision: 1000
Modified: packages/debian-gis/build-gis-live Log: Change mirror and document alternative way to generate the package list. Modified: packages/debian-gis/build-gis-live =================================================================== --- packages/debian-gis/build-gis-live 2007-08-04 09:56:36 UTC (rev 999) +++ packages/debian-gis/build-gis-live 2007-08-04 10:04:41 UTC (rev 1000) @@ -22,7 +22,7 @@ UPDATESVN=false # Where to fetch the base system -mirror=ftp://ftp.no.debian.org/debian/ +mirror=http://ftp.se.debian.org/debian/ # Some steps need to run as root. Use sudo unless already root if [ root != "$(whoami)" ] ; then @@ -126,6 +126,10 @@ # Make the package list available ( cat packages-live +# When the task is available, we can do like this: +# tasksel --task-packages kde-desktop +# tasksel --task-packages desktop +# tasksel --task-packages gis-workstation ) | grep -v '#' > debian-live/config/chroot_local-packageslists/packages-live # Add an extra repository to use during package installation _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

