Comment 2 for bug 1778226

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The messages leaking out are IIRC from systemd as mounts get created and so on. I'm not sure what we could do to suppress them.

Updating MOTD sounds good, don't off the top of my head know how to do that either.

Installing snaps in the installer is a bit tricky. One option that I had code for is to download the snaps in the installer and create a seed.yaml so that at least (in most cases) snapd doesn't have to download stuff at first boot, although there are some rough corner cases with that that require snapd changes to file off (making sure we depend any custom bases for a snap, that sort of thing).

Another option I also had code for is to create a container around the installed system and boot that before booting into the installed system proper, but that's tricky too (when is it safe to reboot?).