Skip to content
Snippets Groups Projects

main/openrc: make netmount init.d work with Busybox umount

Closed Dermot Bradley requested to merge dbradley/aports:fix-netmount-umount into master
1 unresolved thread

Busybox's umount does not support the "-O" option so only run "umount -a -O _netdev" if util-linux's umount is installed, otherwise loop through /proc/self/mountinfo instead and for each entry that contains "_netdev" in its option list then use Busybox's umount on it.

Fixes #9923 (closed) and #13789 (closed).

Merge request reports

Merge request pipeline #124620 passed

Merge request pipeline passed for 182369b3

Approval is optional

Closed by Natanael CopaNatanael Copa 2 years ago (Sep 13, 2022 10:35am UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading