Make sure the system was seeded before starting the installer

The installer is a snap, and as such, the system needs to be seeded
first to avoid a race during live boot.
Fixes https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2114923
This commit is contained in:
Didier Roche 2025-07-11 13:02:05 +02:00
parent 56660131e3
commit 8a70acb1ec
No known key found for this signature in database
GPG Key ID: 98B24A9CE4AC208E

View File

@ -4,6 +4,8 @@
Description=Ubuntu Desktop Installer
PartOf=graphical-session.target
After=graphical-session.target
# Make sure that the system was seeded to access the snap
After=snapd.seeded.service
# Never run in GDM
Conflicts=gnome-session@gnome-login.target