diff options
author | Holger Paradies <retabell@gmx.de> | 2024-03-02 09:07:22 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-03-02 09:07:22 +0100 |
commit | 73df5b8b2e27e2175f4d85cb71b436ebb693cd4c (patch) | |
tree | e4aabf8206f4cee2db9a81ae19480593a4549fc5 | |
parent | 06482b998ae07c65b0d72a5ea4b90ac6eca351ec (diff) | |
download | kanotix-73df5b8b2e27e2175f4d85cb71b436ebb693cd4c.zip kanotix-73df5b8b2e27e2175f4d85cb71b436ebb693cd4c.tar.gz |
Remove hddtemp and replace with kernelmodul
hddtemp was removed from debian
-rwxr-xr-x | config/chroot_local-hooks/03-slowfire-fixes | 6 | ||||
-rwxr-xr-x | config/chroot_local-hooks/03-speedfire-fixes | 6 | ||||
-rw-r--r-- | config/lists/base | 2 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 2 |
4 files changed, 16 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-slowfire-fixes b/config/chroot_local-hooks/03-slowfire-fixes index c9f38b1..185e485 100755 --- a/config/chroot_local-hooks/03-slowfire-fixes +++ b/config/chroot_local-hooks/03-slowfire-fixes @@ -74,4 +74,10 @@ EOF sed -i 's/^hpaio/#hpaio/' /etc/sane.d/dll.d/hplip fi +# replacement for hddtemp, load kernelmodul +mkdir -p /etc/modules-load.d +cat <<"EOF" >/etc/modules-load.d/drivetemp.conf +drivetemp +EOF + fi diff --git a/config/chroot_local-hooks/03-speedfire-fixes b/config/chroot_local-hooks/03-speedfire-fixes index 8615d84..fd21305 100755 --- a/config/chroot_local-hooks/03-speedfire-fixes +++ b/config/chroot_local-hooks/03-speedfire-fixes @@ -75,4 +75,10 @@ EOF sed -i 's/^hpaio/#hpaio/' /etc/sane.d/dll.d/hplip fi +# replacement for hddtemp, load kernelmodul +mkdir -p /etc/modules-load.d +cat <<"EOF" >/etc/modules-load.d/drivetemp.conf +drivetemp +EOF + fi diff --git a/config/lists/base b/config/lists/base index cb54a84..5fd8cd7 100644 --- a/config/lists/base +++ b/config/lists/base @@ -166,7 +166,9 @@ pbuilder # system cpufrequtils +#if DISTRIBUTION wheezy jessie stretch buster hddtemp +#endif acpi acpid acpi-support diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 06d739d..895d344 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -133,7 +133,9 @@ pbuilder # system cpufrequtils +#if DISTRIBUTION wheezy jessie stretch buster hddtemp +#endif acpi acpid acpi-support |