[PATCH 3/5] Fix min/max size definitions for PReP Boot format class.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux