diff --git a/tools-hardened/desktop/files/gnome-world b/tools-hardened/desktop/files/gnome-world index 2ea965b0..aa2a9279 100644 --- a/tools-hardened/desktop/files/gnome-world +++ b/tools-hardened/desktop/files/gnome-world @@ -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 diff --git a/tools-hardened/desktop/files/xfce4-world b/tools-hardened/desktop/files/xfce4-world index 9620435d..02c3d37b 100644 --- a/tools-hardened/desktop/files/xfce4-world +++ b/tools-hardened/desktop/files/xfce4-world @@ -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 diff --git a/tools-hardened/desktop/run-base.sh b/tools-hardened/desktop/run-base.sh index 97da7075..120f153d 100755 --- a/tools-hardened/desktop/run-base.sh +++ b/tools-hardened/desktop/run-base.sh @@ -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