Import patches-unapplied version 2.475 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 00b23f0f6b

New changelog entries:
  * Add the SNAP_REEXEC=0 enviroment to the subiquity service as well.
impish
Steve Langasek 7 years ago committed by usd-importer
parent 00b23f0f6b
commit 979261d927

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.475) artful; 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:46 -0400
livecd-rootfs (2.474) artful; urgency=medium livecd-rootfs (2.474) artful; urgency=medium
* Fix wrong variable name in systemd unit snippets. * Fix wrong variable name in systemd unit snippets.

@ -9,6 +9,7 @@ ConditionPathExists=!/run/subiquity/complete
[Service] [Service]
Environment=PYTHONPATH=/usr/share/subiquity Environment=PYTHONPATH=/usr/share/subiquity
Environment=SNAP_REEXEC=0
ExecStartPre=/bin/systemctl stop getty@tty1 ExecStartPre=/bin/systemctl stop getty@tty1
ExecStartPre=/bin/dmesg -n 1 ExecStartPre=/bin/dmesg -n 1
ExecStartPre=/snap/bin/subiquity.subiquity-loadkeys ExecStartPre=/snap/bin/subiquity.subiquity-loadkeys

Loading…
Cancel
Save