Actions
Bug #484
openBug #465: Issues with the development version
doudou-installer: internal disks can have PCI as bus value
Start date:
12/10/2011
Due date:
02/20/2012 (over 12 years late)
% Done:
0%
Estimated time:
1:00 h
Description
When looking for internal disks, the filter is using IDE and SCSI but not PCI. On Squeeze it appears that PCI can also be used, leading to undetected internal HD's. Maybe other DDL tools are concerned, investigations are needed.
The solution is simply to search for the word scsi and change the following:
("ide", "scsi")
into:
("ide", "scsi", "pci")
Actions