correct eth irq setting for lite configuration
[debian6500.git] / master / opt / cluster / rec / etc / rc.local
index 05f83ac5333926a2355f0a6d0ae1723726b84455..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@#%ing nfs mount
+# 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