Hello

I'm trying to create custom LXC image. I've create root file system
tarball (rootfs.tar.xz - directly at its root) and meta tar ball:

# file meta.tar.xz
meta.tar.xz: XZ compressed data

# tar tf meta.tar.xz
./
./metadata.yaml
./templates/
./templates/upstart-override.tpl
./templates/hostname.tpl
./templates/hosts.tpl

metadata.yaml is at root in the archive

But import finished with error:

# lxc image import meta.tar.xz rootfs.tar.xz
Transferring image: 100%
error: Could not extract image metadata.yaml from tar: exit status 2
(tar: metadata.yaml: Not found in archive)

Any idea where to find any hint on this?
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to