Hi,
Thanks for the reviews! I'm working on a new better
version of the 3th patch, see my reply to bcl's suggested
patch.
On 03/18/2010 02:59 PM, Chris Lumens wrote:
def isRAID(info):
- return udev_device_is_biosraid(info)
+ if flags.dmraid:
+ return udev_device_is_biosraid(info)
+
+ return 0
Please always return True or False here.
Good one, fixed in my local tree.
Regards,
Hans
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list