X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system-packages.sh;h=f574d1c2a4e62aecc69a7ee138caf0024354b9ed;hb=refs%2Fheads%2Fmyplc-0_4-branch;hp=3147f5433496280529f8b444097c753ca2ca2176;hpb=3847b719dd4f7cd08676e1eadadc7c66d342077a;p=sliceimage.git diff --git a/system-packages.sh b/system-packages.sh index 3147f54..f574d1c 100755 --- a/system-packages.sh +++ b/system-packages.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id$ +# $Id: system-packages.sh,v 1.2 2006/04/10 22:21:48 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -26,41 +26,6 @@ list () fi } -# pl_netflow requires third party MySQL RPMs -mysql_mirrors=( -file:///usr/share/mirrors/mysql -http://boot.planet-lab.org/install-rpms/3rdparty -) - -for mirror in "${mysql_mirrors[@]}" ; do - baseurl=$mirror/ - if list $baseurl | grep -q "MySQL-server.*rpm" ; then - break - fi - unset baseurl -done - -if [ -z "$baseurl" ] ; then - echo "Error: MySQL-server RPM package" - echo " could not be found in any of the following locations:" - echo - for mirror in ${mysql_mirrors[@]} ; do - echo $mirror - done - echo - exit 1 -fi - -# Add MySQL mirror to yum.conf -if ! grep -q mysql $vroot/etc/yum.conf ; then - cat >>$vroot/etc/yum.conf <