openwrt-packages/utils/lxc
Rafał Miłecki 550965cce6 lxc: set --with-runtime-path to the /var/run path
The default runtime directory used by LXC is /run which doesn't exist
in OpenWrt. It causes errors like:

Failed to create lock for foo
lxc-create: foo: tools/lxc_create.c: main: 260 Failed to create lxc container

There has been workaround for that in the lxc-auto.init but it requires
installing "lxc-auto" package. Replacing that "ln -s" workaround with
Makefile specifying --with-runtime-path allows using pure "lxc" in
OpenWrt (without the "lxc-auto").

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 90fef036fe)
2023-05-19 17:48:03 +02:00
..
files lxc: set --with-runtime-path to the /var/run path 2023-05-19 17:48:03 +02:00
patches lxc: update to 4.10.12 2023-05-19 17:46:13 +02:00
Config.in lxc: bump to 4.0.2 2020-05-19 00:19:15 +02:00
Makefile lxc: set --with-runtime-path to the /var/run path 2023-05-19 17:48:03 +02:00