]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Drop resolvconf from oneiric container package list
authorSerge E. Hallyn <serge.hallyn@canonical.com>
Mon, 24 Oct 2011 22:02:33 +0000 (00:02 +0200)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 24 Oct 2011 22:02:33 +0000 (00:02 +0200)
It prevents containers from getting a good resolv.conf without doing
ifdown eth0; ifup eth0.

(see pad.lv/880020)

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-ubuntu.in

index 0a8bbff15e587cf587cb6e1c59d7107e2185f734..4f44b0303ef915abd57d1b7e481d52ab737d8173 100644 (file)
@@ -86,7 +86,7 @@ download_ubuntu()
     elif [ $release = "natty" ]; then
         packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase
     else
-        packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase,ubuntu-keyring
+        packages=dialog,apt,apt-utils,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase,ubuntu-keyring
     fi
     echo "installing packages: $packages"