X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=ffedd41ba887052d1593b2350c5ce4cdeee1bf23;hb=c35d739cde31ff2691fdd05099f08d7c0aee02fe;hp=4a2c6d25ebd607e9141066d2b11a5baa82c4b331;hpb=bc6d953904b271a8a208e97f6a655588b4c2bb91;p=myplc.git diff --git a/build.sh b/build.sh index 4a2c6d2..ffedd41 100755 --- a/build.sh +++ b/build.sh @@ -127,14 +127,7 @@ pl_fixtmp_permissions data # Remove generated bootmanager script rm -f data/var/www/html/boot/bootmanager.sh -# Initialize node RPMs directory. The PlanetLab-Bootstrap.tar.bz2 -# tarball already contains all of the node RPMs pre-installed. Only -# updates or optional packages should be placed in this directory. -nodefamily=${pldistro}-${pl_DISTRO_ARCH} -install -D -m 644 $pl_DISTRO_YUMGROUPS \ - data/var/www/html/install-rpms/$nodefamily/yumgroups.xml -# temporary - so that node update still work until yum.conf.php gets fixed -( cd data/var/www/html/install-rpms ; ln -s $nodefamily planetlab) +# yumgroups.xml and yum repo : let noderepo handle that # Make image out of directory echo "* myplc: Building loopback image"