mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +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.