sys-process/criu is an optional runtime dependency. lxc itself only ever
calls the binary and queries relevant information at runtime. Thus
simply drop the dependency.
Added a readme entry to inform the user to install criu if needed.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
>=sys-kernel/linux-headers-3.2"
RDEPEND="${RDEPEND}
- sys-process/criu[selinux=]
sys-apps/util-linux
app-misc/pax-utils
virtual/awk"
Correspondingly, for systemd a service file lxc@.service is installed.
Enable and start lxc@configname in order to start the container defined
- in /etc/lxc/configname.conf."
+ in /etc/lxc/configname.conf.
+
+ If you want checkpoint/restore functionality, please install criu
+ (sys-process/criu)."
DISABLE_AUTOFORMATTING=true
readme.gentoo_create_doc
}