From 95a24df39cf31c37085c6e2772fad13e40045cc1 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Mon, 30 Dec 2024 02:32:33 +0100 Subject: [PATCH] init.d/{local,net}mount: Allow lxc keyword. lxc expects /etc/fstab to be respected, and already patches openrc to enable localmount on their alpine image: https://github.com/lxc/lxc-ci/pull/494 Fixes: https://bugs.gentoo.org/898904 Fixes: https://bugs.gentoo.org/947111 --- init.d/localmount.in | 2 +- init.d/netmount.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index e336164dd..4d15f8898 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -16,7 +16,7 @@ depend() need fsck root use lvm modules after clock lvm modules - keyword -docker -podman -jail -lxc -prefix -systemd-nspawn -vserver + keyword -docker -podman -jail -prefix -systemd-nspawn -vserver } start() diff --git a/init.d/netmount.in b/init.d/netmount.in index d89fa6395..af1341db5 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -26,7 +26,7 @@ depend() use afc-client amd openvpn use dns use root - keyword -docker -podman -jail -lxc -prefix -systemd-nspawn -vserver + keyword -docker -podman -jail -prefix -systemd-nspawn -vserver } start()