Package: fai Version: 3.1.8 I have recently faced some troubles when installing a fai-cd on a a server with an adaptec i2o controller (quite old). I have *solved* my issue patching the last line of /usr/lib/fai/disk-info script in this way: egrep ' i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b| hd.\b| sd.\b|/disc\b' /proc/partitions | diskandsize
(i.e. adding i2o/hd.\b in egrep pattern) This is because driver allows access to disks with /dev/i2o/hda and so on. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

