X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.lxc%2Fsliceimage.pkgs;h=b131989ec9f39e9e4502e543e6039d6f1b3b429e;hb=7f9d75abb6ee59acb87c53c22c3035c07d54b6e1;hp=82af5bdf4772934258898af7ae3519ad6aeede43;hpb=ba50e026060b76d9017b7c22ffcebb07ed042a45;p=build.git diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index 82af5bdf..b131989e 100644 --- a/config.lxc/sliceimage.pkgs +++ b/config.lxc/sliceimage.pkgs @@ -5,6 +5,10 @@ groupdesc: PlanetLab Slice Reference Image yumexclude: @NODEYUMEXCLUDE@ package: filesystem bash coreutils +package>=f24: systemd-udev +# adding this seems to create a dangling btrfs subvolume in +# /vservers/<>/var/lib/machines +# package>=f24: systemd-container package: findutils diffutils package: crontabs logrotate passwd sudo package: gzip bzip2 tar rsync @@ -20,6 +24,9 @@ package: openssh-clients package: time # this is really old school but well.. package: rsh which +# required for the test suite to suceed +# before f23 this somehow ended up on the slice anyway +package: procps-ng package: cronie @@ -30,7 +37,11 @@ package: openssh-server package: net-tools # required for lxc-based nodes -package: dhclient +package<=f21: dhclient +package>=f22: dhcp-client +# we need /etc/sysconfig/network-scripts +# which won't show up on its own in f23 +package>=f23: initscripts # a PL-specific, also required on lxc-based nodes package: bind_public @@ -38,8 +49,11 @@ package: vsyssh package: vsys-wrapper # onelab additions -package: sliver-openvswitch +package<=f27: sliver-openvswitch package: ipfwslice # convenience package: less emacs-nox + +# 03/2015: let's move on +package: python3