From 3f1efeef982cd2c449f401c930b8942dcd573efa Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 9 Nov 2015 14:22:34 +0100 Subject: [PATCH] make sure ps makes it in the slice image --- config.lxc/sliceimage.pkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index 7a1633de..d793a154 100644 --- a/config.lxc/sliceimage.pkgs +++ b/config.lxc/sliceimage.pkgs @@ -20,6 +20,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 -- 2.43.0