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:
parent
6e3fef7991
commit
2e53df5f57
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue