curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00703
Re: [Merge] ~raharper/curtin:fix/curtainer-dont-wait-for-snap into curtin:master
Review: Needs Fixing
Thanks! The Groovy minimal images are here:
https://cloud-images.ubuntu.com/minimal/daily/groovy/
so I we can use them in CI.
I think there's a better way ignore the snapd.seeded service:
lxc init ubuntu:focal test-f
lxc file push /dev/null test-f/etc/systemd/system/snapd.seeded.service
lxc start test-f
This will mask the service and prevent it from running at all, which is IMHO better than stopping it. For even better performance we could fully mask snapd.service instead, which also causes snapd.seeded.service to terminate immediately.
--
https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/389306
Your team curtin developers is subscribed to branch curtin:master.
References