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

This commit is contained in:
Steve Langasek 2017-09-20 16:33:06 -07:00
commit 7a6a1a3987
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -3,6 +3,10 @@ livecd-rootfs (2.459) UNRELEASED; urgency=medium
* Remove spurious call to 'sync'; we don't need to flush all disk caches
on the system to cleanly unmount a partition.
[ Michael Hudson-Doyle ]
* only show alert (i.e. panic) kernel messages on the console when
subiquity is running
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 19 Sep 2017 13:15:33 -0700
livecd-rootfs (2.458) artful; urgency=medium

View File

@ -10,6 +10,7 @@ ConditionPathExists=!/run/subiquity/complete
[Service]
Environment=PYTHONPATH=/usr/share/subiquity
ExecStartPre=/bin/systemctl stop getty@tty1
ExecStartPre=/bin/dmesg -n 1
ExecStart=/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
ExecStopPost=/bin/systemctl start getty@tty1
Type=idle