tools-hardened/desktop: Replaces cpufreq-utils with cpupower in world files

run-base.sh: Adds cpupower to boot run time
This commit is contained in:
Devan Franchini 2014-12-09 22:19:32 -05:00
parent 6e3fef7991
commit 2e53df5f57
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ setup_initrc() {
ln -sf net.lo "${ROOTFS}"/etc/init.d/net.eth0
chroot "${ROOTFS}"/ rc-update add acpid boot
chroot "${ROOTFS}"/ rc-update add alsasound boot
chroot "${ROOTFS}"/ rc-update add cpufrequtils boot
chroot "${ROOTFS}"/ rc-update add cpupower boot
chroot "${ROOTFS}"/ rc-update add device-mapper boot
chroot "${ROOTFS}"/ rc-update add lvm boot
chroot "${ROOTFS}"/ rc-update add udev boot