X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Frec%2Fetc%2Frc.local;h=93e8b66c219584bfac10f1d8aeda349b57d98eb1;hb=f81c83b65ada3bc612e87705f15860934f2f5a6d;hp=03c36a059bb41b68295bebdb391eba65b95baef5;hpb=84369aaffbc47ab44c24278b9c6bc7416cf72be0;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