X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Frec%2Fetc%2Frc.local;h=93e8b66c219584bfac10f1d8aeda349b57d98eb1;hb=1c44adb83e30840e48651bfb294749919b77fe9d;hp=03c36a059bb41b68295bebdb391eba65b95baef5;hpb=21162fa10adc036a96bf099eabb94a5823d0f434;p=debian6500.git diff --git a/master/opt/cluster/rec/etc/rc.local b/master/opt/cluster/rec/etc/rc.local index 03c36a0..93e8b66 100755 --- a/master/opt/cluster/rec/etc/rc.local +++ b/master/opt/cluster/rec/etc/rc.local @@ -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