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

@ -26,7 +26,7 @@ sys-fs/dosfstools
sys-fs/mtools
sys-fs/squashfs-tools
sys-kernel/linux-firmware
sys-power/cpufrequtils
sys-power/cpupower
sys-process/at
sys-process/fcron
www-client/firefox

View file

@ -35,7 +35,7 @@ sys-fs/mtools
sys-fs/squashfs-tools
sys-fs/eudev
sys-kernel/linux-firmware
sys-power/cpufrequtils
sys-power/cpupower
sys-power/upower-pm-utils
sys-process/at
sys-process/cronie

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