mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-10 16:24:07 +00:00
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:
parent
56660131e3
commit
8a70acb1ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user