]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix for ALTLinux container creation in all branches
authorDenis Pynkin <denis_pynkin@epam.com>
Mon, 26 Sep 2016 17:49:47 +0000 (20:49 +0300)
committerDenis Pynkin <dans@altlinux.org>
Mon, 26 Sep 2016 17:54:18 +0000 (20:54 +0300)
Use 'apt-conf' virtual package for ALTLinux default packages set

Signed-off-by: Denis Pynkin <denis_pynkin@epam.com>
templates/lxc-altlinux.in

index 57c62746ad1da105d99c6228e9a52deabd51b3ad..69c18d4ba0cf915b24599643e66d4f29485f5418 100644 (file)
@@ -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