From dd3b20591626d3c20773ea12afc3da6c4719da13 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 10 Nov 2015 13:12:34 +0100 Subject: [PATCH] explicitly install initscripts in sliceimage on >= f23 --- config.lxc/sliceimage.pkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index d340f75c..bf59b0c9 100644 --- a/config.lxc/sliceimage.pkgs +++ b/config.lxc/sliceimage.pkgs @@ -35,6 +35,9 @@ package: net-tools # required for lxc-based nodes 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 -- 2.47.0