archboot/lib/initcpio/install/arch_cpufreq

20 lines
450 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
2010-04-11 16:31:34 +02:00
MODULES=" $(checked_modules "arch/x86/kernel/cpu/cpufreq") $(checked_modules "drivers/cpufreq") "
2007-02-22 23:46:50 +01:00
BINARIES="cpufreq-info cpufreq-set"
FILES=""
SCRIPT=""
2008-12-06 19:12:19 +01:00
add_file "/usr/share/archboot/cpufreq/etc/conf.d/cpufreq" "/etc/conf.d/cpufreq"
2007-02-22 23:46:50 +01:00
add_file "/etc/rc.d/cpufreq"
}
help ()
{
cat<<HELPEOF
This hook includes cpufreq tools on an arch boot image.
HELPEOF
}