Add IP Address to /etc/issue
Applies to Fedora 32 and higher Execute : systemctl edit getty@ and add the following lines: [Service] ExecStartPre=echo “\\S” > /etc/issue ; echo “Kernel \\r on an \\m (\\l)” >> /etc/issue ; /usr/sbin/ifconfig | /usr/bin/grep inet | /usr/bin/head -n 1 … Continue reading →