From 8a70acb1ecc91b2085588ab57e53571426fef08c Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Fri, 11 Jul 2025 13:02:05 +0200 Subject: [PATCH] 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 --- .../usr/lib/systemd/user/ubuntu-desktop-installer.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/ubuntu/includes.chroot.minimal.standard.live/usr/lib/systemd/user/ubuntu-desktop-installer.service b/live-build/ubuntu/includes.chroot.minimal.standard.live/usr/lib/systemd/user/ubuntu-desktop-installer.service index 571e7258..fd966aa0 100644 --- a/live-build/ubuntu/includes.chroot.minimal.standard.live/usr/lib/systemd/user/ubuntu-desktop-installer.service +++ b/live-build/ubuntu/includes.chroot.minimal.standard.live/usr/lib/systemd/user/ubuntu-desktop-installer.service @@ -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