From dcfaef0da5b6e33d1a317597dba3a77673f689cc Mon Sep 17 00:00:00 2001 From: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Date: Mon, 25 May 2020 21:53:49 +0200 Subject: [PATCH 1/2] lxc: start() during boot() Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Signed-off-by: martin --- utils/lxc/files/lxc-auto.init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lxc/files/lxc-auto.init b/utils/lxc/files/lxc-auto.init index 53abff9f1..1c36483b5 100755 --- a/utils/lxc/files/lxc-auto.init +++ b/utils/lxc/files/lxc-auto.init @@ -68,4 +68,6 @@ boot() { if [ ! -d /run ]; then ln -s /var/run /run fi + + start } From 610f90b644d91fb7d509d5abb1835ea94deb672d Mon Sep 17 00:00:00 2001 From: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Date: Mon, 25 May 2020 23:39:28 +0200 Subject: [PATCH 2/2] lxc: bump version Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Signed-off-by: martin --- utils/lxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 0a5c37992..0caa6da3c 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lxc PKG_VERSION:=4.0.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/