X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.lxc%2Fsliceimage.pkgs;h=47d25884f0f370b737b061280f86b4da287c38f0;hb=becb636b5e1867bc84a7ab8aff553f9e3c2749ea;hp=a83a91b0b4b69fce8e94cf21cce9994e4b16e1f1;hpb=dc1cb1d4ab844beda205380ffbbedb061e301d4c;p=build.git diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index a83a91b0..47d25884 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,6 +49,11 @@ package: vsyssh package: vsys-wrapper # onelab additions -package: sliver-openvswitch -package: ipfwslice +package<=f27: sliver-openvswitch +package<=f25: ipfwslice +# convenience +package: less emacs-nox + +# 03/2015: let's move on +package: python3