mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
Imported 2.722
No reason for CPC update specified.
This commit is contained in:
parent
7930fcf483
commit
c810e9f334
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.722) impish; urgency=medium
|
||||
|
||||
* Simplify how getty services are customized / overriden in the live server
|
||||
installer environment. (LP: #1888497)
|
||||
|
||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 11 May 2021 11:44:06 +1200
|
||||
|
||||
livecd-rootfs (2.721) impish; urgency=medium
|
||||
|
||||
[ Dimitri John Ledkov ]
|
||||
|
@ -0,0 +1 @@
|
||||
/dev/null
|
@ -1,2 +0,0 @@
|
||||
[Unit]
|
||||
ConditionPathExists=/run/subiquity/complete
|
@ -1,2 +1,9 @@
|
||||
[Unit]
|
||||
Description=Subiquity, the installer for Ubuntu Server %I
|
||||
After=snapd.seeded.service
|
||||
StartLimitInterval=0
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/systemctl start serial-subiquity@%i.service
|
||||
Environment=SNAP_REEXEC=0
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/snap run subiquity.subiquity-service %I
|
||||
|
@ -1,6 +1,2 @@
|
||||
[Unit]
|
||||
After=cloud-final.service snapd.seeded.service
|
||||
[Service]
|
||||
StandardOutput=tty
|
||||
ExecStartPre=
|
||||
ExecStartPre=/usr/bin/snap run subiquity --ssh
|
||||
ExecStart=/usr/bin/snap run subiquity --ssh
|
||||
|
@ -1,23 +0,0 @@
|
||||
[Unit]
|
||||
Description=Subiquity, the installer for Ubuntu Server %I
|
||||
BindsTo=dev-%i.device
|
||||
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service cloud-final.service snapd.seeded.service
|
||||
After=rc-local.service
|
||||
ConditionPathExists=!/run/subiquity/complete
|
||||
StartLimitInterval=0
|
||||
|
||||
[Service]
|
||||
Environment=SNAP_REEXEC=0
|
||||
ExecStartPre=/bin/systemctl stop serial-getty@%I
|
||||
ExecStart=/usr/bin/snap run subiquity.subiquity-service %I
|
||||
ExecStopPost=/bin/systemctl start serial-getty@%I
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
UtmpIdentifier=%I
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
KillMode=process
|
||||
IgnoreSIGPIPE=no
|
||||
SendSIGHUP=yes
|
@ -1,7 +1,6 @@
|
||||
[Unit]
|
||||
IgnoreOnIsolate=yes
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service snap.seeded.service
|
||||
ConditionPathExists=!/run/subiquity/complete
|
||||
|
||||
[Service]
|
||||
Environment=SNAP_REEXEC=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user