$ rel=$(lsb_release -sc)
$ echo $rel
precise
$ echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main universe" |
   sudo tee /etc/apt/sources.list.d/$rel-proposed.list
$ sudo apt-get update

$ apt-cache policy lxc
lxc:
  Installed: (none)
  Candidate: 0.7.5-3ubuntu67
  Version table:
     0.7.5-3ubuntu67 0
        500 http://archive.ubuntu.com/ubuntu/ precise-proposed/universe amd64 
Packages
     0.7.5-3ubuntu66 0
        500 http://nova.clouds.archive.ubuntu.com/ubuntu/ 
precise-updates/universe amd64 Packages
     0.7.5-3ubuntu52 0
        500 http://nova.clouds.archive.ubuntu.com/ubuntu/ precise/universe 
amd64 Packages

$ sudo apt-get install -q -y lxc distro-info
$ sudo lxc-create -t ubuntu-cloud -n quantal-i386-source -- --release=quantal 
--arch=i386 
$ sudo lxc-clone -o quantal-i386-source -n quantal-i386
$ sudo lxc-start -n quantal-i386

Then logged in using 'ubuntu:ubuntu'.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1045955

Title:
  lxc-create -t ubuntu-cloud broken on quantal images (no ubuntu user)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1045955/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to