From cc33e055dd047af7b4cc8a226bb54b3b9c450152 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 20 Sep 2013 16:39:50 +0200 Subject: [PATCH] lxc-opensuse: add perl-base to prerequisities MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is needed by insserv-compat. Signed-off-by: Jiri Slaby Acked-by: Stéphane Graber --- templates/lxc-opensuse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index f28ae22d1..220176fd9 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -128,7 +128,7 @@ download_opensuse() zypper --root $cache/partial-$arch-packages --non-interactive in --auto-agree-with-licenses --download-only zypper lxc patterns-openSUSE-base bash iputils sed tar rsyslog || return 1 cat > $cache/partial-$arch-packages/opensuse.conf << EOF Preinstall: aaa_base bash coreutils diffutils -Preinstall: filesystem fillup glibc grep insserv-compat +Preinstall: filesystem fillup glibc grep insserv-compat perl-base Preinstall: libbz2-1 libgcc_s1 libncurses5 pam Preinstall: permissions libreadline6 rpm sed tar libz1 libselinux1 Preinstall: liblzma5 libcap2 libacl1 libattr1 -- 2.47.3