-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtme-ng-init: overlayfs: fall back to mounting without xino option
Older kernels don't support the 'xino' overlayfs mount option so we end up with no overlay mounts. Fall back to mounting without that option to work around that. It's not pretty as we end up with errors like: [ 0.380206] overlayfs: unrecognized mount option "xino=off" or missing value [ 0.383246] overlayfs: unrecognized mount option "xino=off" or missing value Apply to virtme-ng-init the same change applied by Juerg in virtme-init. Link: arighi/virtme-ng#124 Reported-by: Juerg Haefliger <juergh@proton.me> Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
- Loading branch information
Andrea Righi
committed
Jun 20, 2024
1 parent
eeaf7c5
commit 6e2b515
Showing
2 changed files
with
22 additions
and
2 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