* Rename the directory containing the systemd override file for subiquity to

the correct name :/
* Add Environment=SNAP_REEXEC=0 to the above override file.
* Remove the snap.subiquity.started overrides, that service is long gone.
This commit is contained in:
Michael Hudson-Doyle 2018-03-15 13:22:22 +13:00
parent 156f66db36
commit a5a4f4e0d8
5 changed files with 10 additions and 4 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
livecd-rootfs (2.510) UNRELEASED; urgency=medium
* Rename the directory containing the systemd override file for subiquity to
the correct name :/
* Add Environment=SNAP_REEXEC=0 to the above override file.
* Remove the snap.subiquity.started overrides, that service is long gone.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 15 Mar 2018 13:19:22 +1300
livecd-rootfs (2.509) bionic; urgency=medium
[ Steve Langasek ]

View File

@ -1,3 +0,0 @@
[Service]
RemainAfterExit=yes
Environment=SNAP_REEXEC=0

View File

@ -4,6 +4,7 @@ After=systemd-user-sessions.service plymouth-quit-wait.service
ConditionPathExists=!/run/subiquity/complete
[Service]
Environment=SNAP_REEXEC=0
UtmpIdentifier=tty1
TTYPath=/dev/tty1
TTYReset=yes