forked from void-linux/void-runit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core-services, shutdown.d: force legacy mount iface for remount
With util-linux>=2.40, filesystems that do not support remounting with different options fail because the new kernel mount interface is used. This breaks booting an overlayfs (like live ISOs). By setting `LIBMOUNT_FORCE_MOUNT2=always`, we force `mount(8)` to use the old kernel mount interface, which ignores changed options. see also: * util-linux/util-linux#2576 * void-linux/void-mklive#369
- Loading branch information
1 parent
10bd617
commit 2c71a88
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters