1
Description: add ubuntu-keyring to the packagelist for oneiric containers.
2
Author: Serge Hallyn <serge.hallyn@canonical.com>
3
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/817233
5
Index: lxc-0.7.4.2/templates/lxc-ubuntu.in
6
===================================================================
7
--- lxc-0.7.4.2.orig/templates/lxc-ubuntu.in 2011-07-27 16:32:44.297421437 -0500
8
+++ lxc-0.7.4.2/templates/lxc-ubuntu.in 2011-07-27 16:33:15.177420914 -0500
10
packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,dhcp3-client,ssh,lsb-release,gnupg
11
elif [ $release = "maverick" ]; then
12
packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,dhcp3-client,ssh,lsb-release,gnupg,netbase
14
+ elif [ $release = "natty" ]; then
15
packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase
17
+ packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase,ubuntu-keyring
19
echo "installing packages: $packages"