From f0a38c3fd0e5a080bb36c6909ac947370015ab14 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 10 Jan 2008 18:09:11 +0000 Subject: [PATCH] add in the PlanetLab group --- config.planetlab/bootstrapfs.pkgs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.planetlab/bootstrapfs.pkgs b/config.planetlab/bootstrapfs.pkgs index bcc5a1ff..b819bae1 100644 --- a/config.planetlab/bootstrapfs.pkgs +++ b/config.planetlab/bootstrapfs.pkgs @@ -112,3 +112,18 @@ package: netflow-utils package: proper # not ready yet #package: vsys + +# Install the "PlanetLab" group. This requires that the +# build system install the appropriate yumgroups.xml file +# -- currently build/groups/.xml -- +# /RPMS/ and that the build runs createrepo on that directory. +# dev is specified explicitly because of a stupid bug in its %post script +# that causes its installation to fail; see pl_root_mkfedora for a +# full explanation. coreutils and python are specified explicitly +# because groupinstall does not honor Requires(pre) dependencies +# properly, most %pre scripts require coreutils to be installed first, +# and some of our %post scripts require python. +package: dev +package: python +package: coreutils +group: PlanetLab -- 2.47.0