ack. On 12/09/2009 08:40 PM, David Lehman wrote:
--- storage/devicetree.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index 23a8e57..b6b688c 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -1313,7 +1313,8 @@ class DeviceTree(object): # Now, if the device is a disk, see if there is a usable disklabel. # If not, see if the user would like to create one. - if device.partitionable: + format = getFormat(udev_device_get_format(info)) + if device.partitionable and not format.hidden: self.handleUdevDiskLabelFormat(info, device) if device.partitioned or self.isIgnored(info): # If the device has a disklabel, or the user chose not to
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list