|
@@ -238,13 +238,12 @@ iface eth0 inet static
|
238
|
238
|
if [[ $VARIANT != "meshclient" && $VARIANT != "meshusb" ]]; then
|
239
|
239
|
# change the motd to show further install instructions
|
240
|
240
|
echo $"
|
241
|
|
- .---. . .
|
242
|
|
- | | |
|
243
|
|
- |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
|
244
|
|
- | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
|
245
|
|
- ' ' --' --' -' - -' ' ' -' -' -' ' - --'
|
|
241
|
+ _____ _ _
|
|
242
|
+ | __|___ ___ ___ _| |___ _____| |_ ___ ___ ___
|
|
243
|
+ | __| _| -_| -_| . | . | | . | . | | -_|
|
|
244
|
+ |__| |_| |___|___|___|___|_|_|_|___|___|_|_|___|
|
246
|
245
|
|
247
|
|
- Initial base install
|
|
246
|
+ Initial base install
|
248
|
247
|
|
249
|
248
|
Your system is not yet installed. To complete the process run the
|
250
|
249
|
following commands, then enter your details.
|
|
@@ -255,13 +254,12 @@ following commands, then enter your details.
|
255
|
254
|
" > "$rootdir/etc/motd"
|
256
|
255
|
else
|
257
|
256
|
echo $"
|
258
|
|
- .---. . .
|
259
|
|
- | | |
|
260
|
|
- |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
|
261
|
|
- | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
|
262
|
|
- ' ' --' --' -' - -' ' ' -' -' -' ' - --'
|
|
257
|
+ _____ _ _
|
|
258
|
+ | __|___ ___ ___ _| |___ _____| |_ ___ ___ ___
|
|
259
|
+ | __| _| -_| -_| . | . | | . | . | | -_|
|
|
260
|
+ |__| |_| |___|___|___|___|_|_|_|___|___|_|_|___|
|
263
|
261
|
|
264
|
|
- Freedom in the Mesh
|
|
262
|
+ Freedom in the Mesh
|
265
|
263
|
" > "$rootdir/etc/motd"
|
266
|
264
|
fi
|
267
|
265
|
}
|