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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
