~ubuntu-branches/ubuntu/natty/libvirt/natty

« back to all changes in this revision

Viewing changes to src/lxc/lxc_container.c

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-04-11 13:44:03 UTC
  • Revision ID: package-import@ubuntu.com-20110411134403-md3wqvo6oj60s6t1
Tags: 0.8.8-1ubuntu6
debian/patches/allows-lxc-containers-with-lxcguest.patch:
Pass "libvirt" to lxc containers, so that libvirt can 
work with lxcguest. (LP: #757752)

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    const char *const envp[] = {
111
111
        "PATH=/bin:/sbin",
112
112
        "TERM=linux",
 
113
                "container=libvirt",
113
114
        NULL,
114
115
    };
115
116