im using ubuntu 14.04 and i edited grub so that it boots into text mode
i want to display a message in the login screen like this:
_ _
| |_ ___ ___| |_
| __/ _ \/ __| __|
| || __/\__ \ |_
\__\___||___/\__|
login:
i also want to run this command so when user runs the os in VM it displays the ip address in the login screen :
ifconfig | perl -nle 's/dr:(\S+)/print $1/e'
is there a file should i edit ? i want to do it like ssh Banner and welcome message