# kernel version # KERNEL="2.2" for 2.1.x and 2.2.x kernels # KERNEL="2.4" for 2.3.x and 2.4.x kernels # KERNEL="2.4" # all entries have to be of the form: # DEV=, # # the device-number as in /proc/stat -> disk_io # for kernels < 2.3 "0" is the first drive, "1" the second ... # <2.3 kernels support (unless patched) only 4 drives. # # a description for the device # # Example for Kernel >= 2.3: # DEV=8_0,sda # DEV=3_0,hda # DEV=22_0,hdc # # Example for Kernel <= 2.2: # DEV=0,hda # DEV=1,hdb # DEV=3_0,hda DEV=3_1,hdb