|
@@ -143,13 +143,22 @@ iface eth0 inet static
|
143
|
143
|
sed -i "/nameserver $NAMESERVER1/a\nameserver $NAMESERVER2" $rootdir/etc/resolv.conf
|
144
|
144
|
|
145
|
145
|
# change the motd to show further install instructions
|
146
|
|
- echo '
|
147
|
|
-To complete the installation run the following:
|
|
146
|
+ echo "
|
|
147
|
+ .---. . .
|
|
148
|
+ | | |
|
|
149
|
+ |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
|
|
150
|
+ | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
|
|
151
|
+ ' ' --' --' -' - -' ' ' -' -' -' ' - --'
|
|
152
|
+
|
|
153
|
+ Initial base install
|
|
154
|
+
|
|
155
|
+Your system is not yet installed. To complete the process run the
|
|
156
|
+following commands, then enter your details.
|
148
|
157
|
|
149
|
158
|
sudo su
|
150
|
159
|
freedombone menuconfig
|
151
|
160
|
|
152
|
|
-' > $rootdir/etc/motd
|
|
161
|
+" > $rootdir/etc/motd
|
153
|
162
|
}
|
154
|
163
|
|
155
|
164
|
configure_ssh() {
|