~serge-hallyn/ubuntu/quantal/lxc/lxc-fixapi

« back to all changes in this revision

Viewing changes to debian/patches/0008-templates-add-ubuntu-keyring.patch

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-07-27 15:19:05 UTC
  • Revision ID: james.westby@ubuntu.com-20110727151905-8jxx0m2a3zmn6s6w
Tags: 0.7.4.2-3ubuntu2
add ubuntu-keyring to list of packages for oneiric.  (LP: #817233)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
4
Forwarded: no
 
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
 
9
@@ -83,8 +83,10 @@
 
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
 
13
-    else
 
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
 
16
+    else
 
17
+        packages=dialog,apt,apt-utils,resolvconf,iproute,inetutils-ping,vim,isc-dhcp-client,isc-dhcp-common,ssh,lsb-release,gnupg,netbase,ubuntu-keyring
 
18
     fi
 
19
     echo "installing packages: $packages"
 
20