summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-12-30 02:32:33 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-12-30 02:32:33 +0100
commit95a24df39cf31c37085c6e2772fad13e40045cc1 (patch)
treebc9bdbb61b5e33eb65507b0cdd155f132d948e0b
parentd80792c421f80b044269dabae79045315eb75b61 (diff)
init.d/{local,net}mount: Allow lxc keyword.origin/lxc
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
-rw-r--r--init.d/localmount.in2
-rw-r--r--init.d/netmount.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index e336164d..4d15f889 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 d89fa639..af1341db 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()