mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-03-24 18:51:10 +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. This produces an error on shutdown, flooding the screen with messages as systemd switches to a more verbose shutdown. Specify LazyUnmount=yes on that mount, such that unmount call succeeds without flooding the shutdown log.
Description
Languages
Shell
65.6%
Python
32.9%
Perl
1.5%