Fix min/max size definitions for PReP Boot format class.
Related: rhbz#603188
--- pyanaconda/storage/formats/prepboot.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyanaconda/storage/formats/prepboot.py b/pyanaconda/storage/formats/prepboot.py index 2191b81..24ce6d2 100644 --- a/pyanaconda/storage/formats/prepboot.py +++ b/pyanaconda/storage/formats/prepboot.py @@ -33,8 +33,8 @@ class PPCPRePBoot(DeviceFormat): _formattable = True # can be formatted _linuxNative = True # for clearpart _bootable = True # can be used as boot - _maxSize = 4 # maximum size in MB - _minSize = 10 # minimum size in MB + _maxSize = 10 # maximum size in MB + _minSize = 4 # minimum size in MB def __init__(self, *args, **kwargs): """ Create a PRePBoot instance. -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 07:28 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.