Re: [Lxc-users] add ubuntu-keyring to the packagelist for oneiric containers.

2011-08-09 Thread Daniel Lezcano
On 07/28/2011 08:17 PM, Serge E. Hallyn wrote:
 Otherwise apt fails during and after debootstrap.

 Signed-off-by: Serge Hallyn serge.hal...@canonical.com
Applied.

--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


[Lxc-users] add ubuntu-keyring to the packagelist for oneiric containers.

2011-07-28 Thread Serge E. Hallyn
Otherwise apt fails during and after debootstrap.

Signed-off-by: Serge Hallyn serge.hal...@canonical.com

Index: lxc-0.7.4.2/templates/lxc-ubuntu.in
===
--- lxc-0.7.4.2.orig/templates/lxc-ubuntu.in2011-07-27 16:32:44.297421437 
-0500
+++ lxc-0.7.4.2/templates/lxc-ubuntu.in 2011-07-27 16:33:15.177420914 -0500
@@ -83,8 +83,10 @@
 
packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,dhcp3-client,ssh,lsb-release,gnupg
 elif [ $release = maverick ]; then
 
packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,dhcp3-client,ssh,lsb-release,gnupg,netbase
-else
+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
 fi
 echo installing packages: $packages
 

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users