Bug solved: FAI does not recognize more than one hard disk

Thomas Lange lange at informatik.Uni-Koeln.DE
Thu Sep 6 11:22:16 CEST 2001


Several FAI users reported the problem, that FAI 2.1 does not recognize
their second hard disk. The bug is located in the file

/usr/share/fai/subroutines, which must be copied to
/usr/lib/fai/nfsroot/usr/share/fai/subroutines.
 

There's one wrong line in list_disks. This is the correct version:

list_disks() {

    # print only every second entry
    local i ent list
--> list=$*



--> this line was list=$1 which only transfered one parameter to the subroutine.
FAI 2.2 will include the correct version. Thank to all users who mail
a bug report.

-- 
 Thomas



More information about the linux-fai mailing list