mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Add the SNAP_REEXEC=0 enviroment to the subiquity service as well.
This commit is contained in:
parent
8ab84a0f9f
commit
f58957acd6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.475) UNRELEASED; urgency=medium
|
||||
|
||||
* Add the SNAP_REEXEC=0 enviroment to the subiquity service as well.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 12 Oct 2017 00:32:23 -0400
|
||||
|
||||
livecd-rootfs (2.474) artful; urgency=medium
|
||||
|
||||
* Fix wrong variable name in systemd unit snippets.
|
||||
|
@ -9,6 +9,7 @@ ConditionPathExists=!/run/subiquity/complete
|
||||
|
||||
[Service]
|
||||
Environment=PYTHONPATH=/usr/share/subiquity
|
||||
Environment=SNAP_REEXEC=0
|
||||
ExecStartPre=/bin/systemctl stop getty@tty1
|
||||
ExecStartPre=/bin/dmesg -n 1
|
||||
ExecStartPre=/snap/bin/subiquity.subiquity-loadkeys
|
||||
|
Loading…
x
Reference in New Issue
Block a user