Merge lp:~mwhudson/livecd-rootfs/server-live-disable-console-spam into lp:livecd-rootfs

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Steve Langasek
Approved revision: 1524
Merged at revision: 1524
Proposed branch: lp:~mwhudson/livecd-rootfs/server-live-disable-console-spam
Merge into: lp:livecd-rootfs
Diff against target: 11 lines (+1/-0)
1 file modified
live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service (+1/-0)
To merge this branch: bzr merge lp:~mwhudson/livecd-rootfs/server-live-disable-console-spam
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+331028@code.launchpad.net

Description of the change

just a cosmetic thing

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

should there be a corresponding reset of the log level when subiquity exits?

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

> should there be a corresponding reset of the log level when subiquity exits?

Given that I don't really care what happens after subiquity exits, I'll go for "no".

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service'
2--- live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service 2017-03-21 22:32:55 +0000
3+++ live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service 2017-09-20 00:16:16 +0000
4@@ -10,6 +10,7 @@
5 [Service]
6 Environment=PYTHONPATH=/usr/share/subiquity
7 ExecStartPre=/bin/systemctl stop getty@tty1
8+ExecStartPre=/bin/dmesg -n 1
9 ExecStart=/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
10 ExecStopPost=/bin/systemctl start getty@tty1
11 Type=idle

Subscribers

People subscribed via source and target branches