X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F36-cpufrequtils;h=d496684ba67116c6e2568ca9b9e0ad5382f7fc4e;hb=78b2757daaad5f7878b3ebd7d911cdc7cb9690eb;hp=6e68b6eaf2c7e367a113e72970935d6114c7ede2;hpb=638a56daa6778b9897a974b990a9726c99f4df97;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils b/etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils index 6e68b6e..d496684 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils +++ b/etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils @@ -1,18 +1,14 @@ -#!/bin/sh -# Filename: /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils +#!/bin/bash +# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/36-cpufrequtils # Purpose: configure cpufrequtils of live-system # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Jan 20 19:35:25 CET 2008 [mika] ################################################################################ set -u set -e -[ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf -[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local - if [ -r $target/usr/share/doc/cpufrequtils/examples/cpufrequtils.sample ] ; then if ! [ -r $target/etc/default/loadcpufreq ] ; then cat $target/usr/share/doc/cpufrequtils/examples/cpufrequtils.sample > $target/etc/default/loadcpufreq @@ -21,4 +17,4 @@ if [ -r $target/usr/share/doc/cpufrequtils/examples/cpufrequtils.sample ] ; then fi ## END OF FILE ################################################################# -# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3 +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2