diff options
| author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-12-30 02:32:33 +0100 |
|---|---|---|
| committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-12-30 02:32:33 +0100 |
| commit | 95a24df39cf31c37085c6e2772fad13e40045cc1 (patch) | |
| tree | bc9bdbb61b5e33eb65507b0cdd155f132d948e0b | |
| parent | d80792c421f80b044269dabae79045315eb75b61 (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.in | 2 | ||||
| -rw-r--r-- | 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 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() |
