> Wait -- aren't you setting all of those Storage attributes that should > be lists of either Device instances or device names to instead be lists > of udev info dicts? I don't think that's gonna work. No, I don't think I am. Everything in this patch adds the return value of udev_resolve_glob or udev_resolve_devspec to a list, and those both appear to return names: def udev_resolve_glob(glob): ... for dev in udev_get_block_devices(): name = udev_device_get_name(dev) if fnmatch.fnmatch(name, glob): ret.append(name) ... def udev_resolve_devspec(devspec): ... if ret: return udev_device_get_name(ret) Maybe one has slipped through somewhere, though? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list