canonical / core18

The core18 base snap
14 stars 26 forks source link

Tell agetty from console-conf not to print /etc/issue as console-conf does it for us. #54

Closed sil2100 closed 6 years ago

sil2100 commented 6 years ago

In core16 agetty (for some reason?) did not print /etc/issue on terminals. Now it does and we need to explicitly tell it not to do so. We're using console-conf to print all the info for us, so we actually really don't want agetty to do anything here. Without this, after setting up the system we get duplicated info for what system is running here.

This should essentially be fixed in subiquity as well. This workaround can then be removed.

sil2100 commented 6 years ago

I have submitted a PR for subiquity itself: https://github.com/CanonicalLtd/subiquity/pull/387

sil2100 commented 6 years ago

You are right mvo - in the subiquity PR I fixed both tty and serial but here only tty, duh.

mvo5 commented 6 years ago

Thank you!