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

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Wed Sep 10 21:19:06 UTC 2008


Author: nd-guest
Date: 2008-09-10 21:19:05 +0000 (Wed, 10 Sep 2008)
New Revision: 1770

Modified:
   packages/debian-gis/build-gis-live
Log:
remove --keyring-packages from lh_config because this fails with aptitude.
do the other things right.


Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live	2008-09-10 20:37:58 UTC (rev 1769)
+++ packages/debian-gis/build-gis-live	2008-09-10 21:19:05 UTC (rev 1770)
@@ -39,7 +39,7 @@
 # CD boot image
 #splashpng=foo.png
 
-LH_PACKAGES_LISTS="kde debian-gis"
+export LH_PACKAGES_LISTS="kde debian-gis base base2"
 
 # helper functions
 msg_info() {
@@ -97,11 +97,10 @@
 fi
 
 # configure live-helper
-LH_BOOTAPPEND_LIVE="quiet splash"
+export LH_BOOTAPPEND_LIVE="quiet splash"
 if /usr/bin/lh_config \
     --apt aptitude \
     --bootappend "quiet splash" \
-    --keyring-packages debian-archive-keyring \
     --mirror-bootstrap "$mirror" \
     --mirror-binary "$mirror" \
     --distribution "$dist" \
@@ -113,6 +112,8 @@
     --username "$live_username" \
     --hostname "$live_hostname" \
     --verbose
+
+#    --keyring-packages debian-archive-keyring \
 then
   msg_info generating configuration succeeded
 else




More information about the Pkg-grass-devel mailing list