kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

post-install (311B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
#!/bin/sh

cat << EOF
For this program to work, you'll need the thinkpad_acpi kernel module,
loaded with the option 'fan_control=1':
Either add 

    thinkpad_acpi.fan_control=1

to your linux commandline (if the module is built-in), or add

    options thinkpad_acpi fan_control=1

to your modprobe stuff.
EOF