From: Thierry Parmentelat Date: Thu, 12 Apr 2012 14:37:31 +0000 (+0200) Subject: sliceimage needs at least ssh server and dhcp client with libvirt/lxc X-Git-Tag: 5.0-rc27~46 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a97b41feaae0c2c0b95f3561fdde7cc9015c31aa;p=build.git sliceimage needs at least ssh server and dhcp client with libvirt/lxc --- diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs new file mode 100644 index 00000000..a23b9872 --- /dev/null +++ b/config.lxc/sliceimage.pkgs @@ -0,0 +1,40 @@ +# +groupname: PlanetLabSlice +groupdesc: PlanetLab Slice Reference Image +# packages to exclude from stock repositories +yumexclude: @NODEYUMEXCLUDE@ +# define packages +package: bash +package: coreutils +package: iputils +package: kernel-vserver +package: bzip2 +package: crontabs +package: diffutils +package: logrotate +package: openssh-clients +package: passwd +package: rsh +package: rsync +package: sudo +package: tcpdump +package: telnet +package: traceroute +package: time +package: wget +package: which +package: yum +package: curl +package: gzip +package: perl +package: python +package: python-devel +package: tar +package: findutils +package: filesystem +package: vsyssh +# libvirt lxc containers need this so they can start up their network +package: openssh-server, dhclient + +package<=f8 package=centos5: vixie-cron +package>=f10: cronie