> 
> Then /etc/sysconfig/sensors could be created by %postinst via
> parsing of `sensors-detect` output

It is not always reliable. It needs human review.

>  #
>  # /etc/sysconfig/sensors
>  #
>  # fill your modules in here like:
>  #  SENSOR_MODULES="i2c-i801 adm1025 eeprom"
> 


What's wrong with

cat >> /etc/modules
i2c-i801
adm1025
eeprom
^D

??

-andrej

Reply via email to