disks: cdroms, tape, loop and ram
cooling-devices: 0-7 was already disabled but there are more possible
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
<Plugin "disk">
Disk "/[hs]d[a-z][0-9]$/"
+ Disk "/loop[0-9]$/"
+ Disk "/sg[0-9]$/"
+ Disk "/sr[0-9]$/"
+ Disk "/ram[0-9]$/"
IgnoreSelected true
</Plugin>
LoadPlugin thermal
<Plugin thermal>
- Device "cooling_device0"
- Device "cooling_device1"
- Device "cooling_device2"
- Device "cooling_device3"
- Device "cooling_device4"
- Device "cooling_device5"
- Device "cooling_device6"
- Device "cooling_device7"
+ Device "/cooling_device[0-9]/"
+ Device "/cooling_device[0-9][0-9]/"
IgnoreSelected true
</Plugin>