|
@@ -251,6 +251,11 @@ if [ ! -f $MICROSD_MOUNT_POINT/$ROOTFS/usr/local/bin/freedombone ]; then
|
251
|
251
|
exit 8736
|
252
|
252
|
fi
|
253
|
253
|
|
|
254
|
+# remove automatic motd creator if it exists
|
|
255
|
+if [ -f $MICROSD_MOUNT_POINT/$ROOTFS/etc/init.d/motd ]; then
|
|
256
|
+ $SUDO rm -f $MICROSD_MOUNT_POINT/$ROOTFS/etc/init.d/motd
|
|
257
|
+fi
|
|
258
|
+
|
254
|
259
|
# change the motd to show further install instructions
|
255
|
260
|
echo '' >> /tmp/freedombone_motd
|
256
|
261
|
echo 'Create a user for the system with:' >> /tmp/freedombone_motd
|