More helpful motd

This commit is contained in:
Bob Mottram 2015-11-22 13:52:42 +00:00
parent 14e95ca957
commit 049808981e
1 changed files with 12 additions and 3 deletions

View File

@ -143,13 +143,22 @@ iface eth0 inet static
sed -i "/nameserver $NAMESERVER1/a\nameserver $NAMESERVER2" $rootdir/etc/resolv.conf
# change the motd to show further install instructions
echo '
To complete the installation run the following:
echo "
.---. . .
| | |
|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
| | (.-' (.-' ( | ( )| | | | )( )| | (.-'
' ' --' --' -' - -' ' ' -' -' -' ' - --'
Initial base install
Your system is not yet installed. To complete the process run the
following commands, then enter your details.
sudo su
freedombone menuconfig
' > $rootdir/etc/motd
" > $rootdir/etc/motd
}
configure_ssh() {