-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use kernel mount of squashfs if possible. (#361)
Try to mount a squashfs image with a kernel mount. This should be faster than squashfuse mount, but will only work if we are host root. Environment variable STACKER_ALLOW_SQUASHFS_KERNEL_MOUNTS can control whether or not kernel mounts can be tried. It defaults to 'true', but if it is set to 'false', then no attempt will be made. Signed-off-by: Scott Moser <[email protected]>
- Loading branch information
Scott Moser
authored
Dec 15, 2022
1 parent
146621e
commit dc0ada0
Showing
1 changed file
with
58 additions
and
0 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