From 0b7c005e28088d4ff0226a38fa9eb212aef96f91 Mon Sep 17 00:00:00 2001 From: Denis Pynkin Date: Mon, 26 Sep 2016 20:49:47 +0300 Subject: [PATCH] Fix for ALTLinux container creation in all branches Use 'apt-conf' virtual package for ALTLinux default packages set Signed-off-by: Denis Pynkin --- templates/lxc-altlinux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-altlinux.in b/templates/lxc-altlinux.in index 57c62746a..69c18d4ba 100644 --- a/templates/lxc-altlinux.in +++ b/templates/lxc-altlinux.in @@ -178,7 +178,7 @@ download_altlinux() APT_GET="apt-get -o RPM::RootDir=$INSTALL_ROOT -y" PKG_LIST="$(grep -hs '^[^#]' "$profile_dir/$profile")" # if no configuration file $profile -- fall back to default list of packages - [ -z "$PKG_LIST" ] && PKG_LIST="interactivesystem apt apt-conf-sisyphus etcnet-full openssh-server systemd-sysvinit systemd-units systemd NetworkManager-daemon" + [ -z "$PKG_LIST" ] && PKG_LIST="interactivesystem apt apt-conf etcnet-full openssh-server systemd-sysvinit systemd-units systemd NetworkManager-daemon" mkdir -p $INSTALL_ROOT/var/lib/rpm rpm --root $INSTALL_ROOT --initdb