add a script to color log
[debian6500.git] / master / opt / cluster / rec / etc / rc.local
index 03c36a059bb41b68295bebdb391eba65b95baef5..93e8b66c219584bfac10f1d8aeda349b57d98eb1 100755 (executable)
@@ -8,10 +8,13 @@
 #
 # In order to enable or disable this script just change the execution
 # bits.
-#
-# By default this script does nothing.
 
 # fix f*0^$#g local mount
 mount -a
 
+# fill screen of dummy lines to keep last messages in history
+for i in $(seq 1 25); do
+  echo TRC6500
+done
+
 exit 0