mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 16:11:38 +00:00
Merge lp:~mwhudson/livecd-rootfs/server-live-disable-console-spam
This commit is contained in:
commit
7a6a1a3987
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
* Remove spurious call to 'sync'; we don't need to flush all disk caches
|
||||||
on the system to cleanly unmount a partition.
|
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
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 19 Sep 2017 13:15:33 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.458) artful; urgency=medium
|
livecd-rootfs (2.458) artful; urgency=medium
|
||||||
|
@ -10,6 +10,7 @@ ConditionPathExists=!/run/subiquity/complete
|
|||||||
[Service]
|
[Service]
|
||||||
Environment=PYTHONPATH=/usr/share/subiquity
|
Environment=PYTHONPATH=/usr/share/subiquity
|
||||||
ExecStartPre=/bin/systemctl stop getty@tty1
|
ExecStartPre=/bin/systemctl stop getty@tty1
|
||||||
|
ExecStartPre=/bin/dmesg -n 1
|
||||||
ExecStart=/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
|
ExecStart=/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
|
||||||
ExecStopPost=/bin/systemctl start getty@tty1
|
ExecStopPost=/bin/systemctl start getty@tty1
|
||||||
Type=idle
|
Type=idle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user