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
|
@ -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
Add a link
Reference in a new issue