Allow snapd to re-exec in installer environment (the issues between snapd, overlayfs and apparmer that meant re-execing caused problems were fixed in snapd a long time ago).

ubuntu/master
Michael Hudson-Doyle 5 days ago
parent 0c5b7dfd0c
commit c17a99bc1f

6
debian/changelog vendored

@ -1,7 +1,13 @@
livecd-rootfs (25.04.11) UNRELEASED; urgency=medium livecd-rootfs (25.04.11) UNRELEASED; urgency=medium
[ Heinrich Schuchardt ]
* riscv: copy device trees dtb/ in ESP * riscv: copy device trees dtb/ in ESP
[ Michael Hudson-Doyle ]
* Allow snapd to re-exec in installer environment (the issues between snapd,
overlayfs and apparmer that meant re-execing caused problems were fixed in
snapd a long time ago).
-- Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Mon, 27 Jan 2025 13:42:35 +0100 -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Mon, 27 Jan 2025 13:42:35 +0100
livecd-rootfs (25.04.10) plucky; urgency=medium livecd-rootfs (25.04.10) plucky; urgency=medium

@ -3,6 +3,5 @@ Description=Subiquity, the installer for Ubuntu Server %I
StartLimitInterval=0 StartLimitInterval=0
[Service] [Service]
Environment=SNAP_REEXEC=0
ExecStart= ExecStart=
ExecStart=/usr/bin/snap run subiquity.subiquity-service %I ExecStart=/usr/bin/snap run subiquity.subiquity-service %I

@ -2,7 +2,6 @@
IgnoreOnIsolate=yes IgnoreOnIsolate=yes
[Service] [Service]
Environment=SNAP_REEXEC=0
UtmpIdentifier=tty1 UtmpIdentifier=tty1
TTYPath=/dev/tty1 TTYPath=/dev/tty1
TTYReset=yes TTYReset=yes

@ -3,6 +3,5 @@ Description=Subiquity, the installer for Ubuntu Server %I
StartLimitInterval=0 StartLimitInterval=0
[Service] [Service]
Environment=SNAP_REEXEC=0
ExecStart= ExecStart=
ExecStart=/usr/bin/snap run subiquity.subiquity-service %I ExecStart=/usr/bin/snap run subiquity.subiquity-service %I

@ -2,7 +2,6 @@
IgnoreOnIsolate=yes IgnoreOnIsolate=yes
[Service] [Service]
Environment=SNAP_REEXEC=0
UtmpIdentifier=tty1 UtmpIdentifier=tty1
TTYPath=/dev/tty1 TTYPath=/dev/tty1
TTYReset=yes TTYReset=yes

Loading…
Cancel
Save