--- storage/formats/prepboot.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/storage/formats/prepboot.py b/storage/formats/prepboot.py index 6d2174b..43798c1 100644 --- a/storage/formats/prepboot.py +++ b/storage/formats/prepboot.py @@ -47,6 +47,10 @@ class PPCPRePBoot(DeviceFormat): """ DeviceFormat.__init__(self, *args, **kwargs) + @propert + def status(self): + return False + register_device_format(PPCPRePBoot) -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list