"unknown argument ignored: lazytime" in overlay operations
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### Bug Description
Recent versions of craft-parts print many `unknown argument ignored: lazytime` messages when performing overlay-related operations.
Related: https://github.com/containers/fuse-overlayfs/issues/429 . It's fixed in fuse-overlayfs [1.15](https://github.com/containers/fuse-overlayfs/releases/tag/v1.15) but that's too new for jammy & noble. Maybe we can reproduce [the fix](https://github.com/containers/fuse-overlayfs/commit/ab0b0f6d4692d13e1f8cf8a3fdf271a22dad7954) locally, or filter out the warning somehow.
### To Reproduce
Build any project that has `overlay-script` or `overlay-packages`
### part yaml
```shell
```
### Relevant log output
```shell
Initialising lifecycle
Installing build-packages
Pulling rootfs
Pulling packages
Overlaying rootfsunknown argument ignored: lazytime
```
Evaluation history
No evaluation history available.