> diff --git a/isys/eddsupport.c b/isys/eddsupport.c > index 267fa1d..3c0ddc0 100644 > --- a/isys/eddsupport.c > +++ b/isys/eddsupport.c > @@ -182,7 +182,7 @@ static int mapBiosDisks(struct device** devices,const char *path) { > continue; > > if ((rc=readDiskSig((*currentDev)->device, ¤tSig)) < 0){ > - if (rc == -ENOMEDIUM) > + if (rc == -ENOMEDIUM || rc == -ENXIO) > continue; > return 0; > } Looks okay. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list