Skip to content

Commit

Permalink
init.d/{local,net}mount: Allow lxc keyword.
Browse files Browse the repository at this point in the history
lxc expects /etc/fstab to be respected, and already patches openrc to
enable localmount on their alpine image: lxc/lxc-ci#494

Fixes: https://bugs.gentoo.org/898904
Fixes: https://bugs.gentoo.org/947111
  • Loading branch information
navi-desu committed Dec 30, 2024
1 parent d80792c commit 95a24df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.d/localmount.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion init.d/netmount.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 95a24df

Please sign in to comment.