lxd-p2c is a binary helper to migrate physical box to a container. Reference: https://linuxcontainers.org/lxd/news/#physical-to-container-migration-with-lxd-p2c Quote: Physical to container migration with lxd-p2c A new tool called lxd-p2c makes it possible to import a system's filesystem into a LXD container using the LXD API. After building a copy of the tool, the resulting binary can be transferred to any system that you want to turn into a container. Point it to a remote LXD server and the entire system's filesystem will be transferred over the LXD migration API and a new container be created. ...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728da7cdc72a5b7c8b74125fb8e4126587282fb0 commit 728da7cdc72a5b7c8b74125fb8e4126587282fb0 Author: Erik Mackdanz <stasibear@gentoo.org> AuthorDate: 2018-12-15 22:22:46 +0000 Commit: Erik Mackdanz <stasibear@gentoo.org> CommitDate: 2018-12-15 22:22:46 +0000 app-emulation/lxd: Bump to 3.8 Closes: https://bugs.gentoo.org/670568 Closes: https://bugs.gentoo.org/673058 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> app-emulation/lxd/Manifest | 1 + app-emulation/lxd/lxd-3.8.ebuild | 241 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 242 insertions(+)
Fixed with 3.8 ebuild. Thanks for flagging this.
Thanks for fixing :)