X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Fslave%2Fetc%2Frc.local;h=facfb7e0a1828cffb8fb66cbc90ab4363bc93733;hb=a299db21b201b76f169a7b2c89844a1a18bfef49;hp=37c199c94e4e2614a38938d20f1de53c7130d719;hpb=b3522acccb048e9aa6b3be8db865250c860a1f6f;p=debian6500.git diff --git a/master/opt/cluster/slave/etc/rc.local b/master/opt/cluster/slave/etc/rc.local index 37c199c..facfb7e 100755 --- a/master/opt/cluster/slave/etc/rc.local +++ b/master/opt/cluster/slave/etc/rc.local @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e # # rc.local # @@ -8,11 +8,13 @@ # # In order to enable or disable this script just change the execution # bits. -# -# By default this script does nothing. +# remove acpi cpu frequence controler +modprobe -r acpi_cpufreq + +# fill screen of dummy lines to keep last messages in history for i in $(seq 1 25); do - echo TRC6500 + echo TRC6500 done exit 0