mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
only show alert (i.e. panic) kernel messages on the console when subiquity is running
otherwise we get spam when probing for block devices and not finding any floppy drives...
This commit is contained in:
parent
bcb2bcc1cd
commit
61764acade
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user