[med-svn] r2420 - trunk/community/infrastructure/livecd

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Fri Aug 22 00:45:53 UTC 2008


Author: smoe-guest
Date: 2008-08-22 00:45:51 +0000 (Fri, 22 Aug 2008)
New Revision: 2420

Modified:
   trunk/community/infrastructure/livecd/debian-med.conf.template
   trunk/community/infrastructure/livecd/prepare_debian-med_usbstick.sh
Log:
Updates ... seems to work now.


Modified: trunk/community/infrastructure/livecd/debian-med.conf.template
===================================================================
--- trunk/community/infrastructure/livecd/debian-med.conf.template	2008-08-21 10:29:32 UTC (rev 2419)
+++ trunk/community/infrastructure/livecd/debian-med.conf.template	2008-08-22 00:45:51 UTC (rev 2420)
@@ -18,12 +18,20 @@
 #distribution="lenny"
 distribution="sid"
 
+# which packages from main should be added?
+# let selection begin with a blank if not empty
+main="gnuplot med-bio med-bio-dev"
+
+# which packages from contrib should be added?
+# let selection begin with a blank if not empty
+contrib=""
+
 # which packages from non-free should be added?
-# let selection begin with a colon if not empty
+# let selection begin with a blank if not empty
 nonfree="clustalw"
 
 # which packages from experimental should be added?
-# let selection begin with a colon if not empty
+# let selection begin with a blank if not empty
 experimental="infernal"
 
 # what selection of extraneous packages should be considered?

Modified: trunk/community/infrastructure/livecd/prepare_debian-med_usbstick.sh
===================================================================
--- trunk/community/infrastructure/livecd/prepare_debian-med_usbstick.sh	2008-08-21 10:29:32 UTC (rev 2419)
+++ trunk/community/infrastructure/livecd/prepare_debian-med_usbstick.sh	2008-08-22 00:45:51 UTC (rev 2420)
@@ -57,7 +57,7 @@
   echo "Could not configure the list of packages at 'config/chroot_local-packageslists'."
   exit -1
 fi
-echo "gnuplot med-bio med-bio-dev $nonfree $experimental $extraneous" | tr " " "\n" > config/chroot_local-packageslists/mypackages
+echo "localepurge $main $contrib $nonfree $experimental $extraneous" | tr " " "\n" > config/chroot_local-packageslists/mypackages
 
 if [ -n "$unofficialServers" ]; then
   rm -rf config/chroot_sources/sources.list.bootstrap




More information about the debian-med-commit mailing list