From 07d2279c34b26f3d96d55ee1a039f5c74b601606 Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 19 Nov 2023 13:42:29 -0600 Subject: [PATCH] Masked LXC from the loopback boot script, as it is not required and results in errors in unprivilged containers. Signed-off-by: Zen --- init.d/loopback.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/loopback.in b/init.d/loopback.in index c998924f6..e48d923b9 100644 --- a/init.d/loopback.in +++ b/init.d/loopback.in @@ -14,7 +14,7 @@ description="Configures the loopback interface." depend() { after clock - keyword -jail -prefix -systemd-nspawn -vserver + keyword -jail -lxc -prefix -systemd-nspawn -vserver } start()