More helpful motd
This commit is contained in:
parent
14e95ca957
commit
049808981e
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user