mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-08 09:42:56 +00:00
Subiquity images mount /usr/lib/modules from a squashfs, which systemd tries to unmount on shutdown, whilst they are still being in use. As systemd-udevd kmod built-in's libkmod has modules.* files memorymapped. This produces an warning on shutdown, flooding the screen with messages as systemd switches to a more verbose output. Specify LazyUnmount=yes on that mount, such that unmount call succeeds without flooding the shutdown log.
Description
Languages
Shell
87%
Python
10.9%
Perl
2.1%