[PATCH] Fix sense of test to identify /boot versus PReP.

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

 



Related: rhbz#725418
---
 platform.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/platform.py b/platform.py
index 0ce3b70..bffa73a 100644
--- a/platform.py
+++ b/platform.py
@@ -365,7 +365,7 @@ class PPC(Platform):
     def checkBootRequest(self, req):
         errors = Platform.checkBootRequest(self, req)
 
-        if req == self.bootDevice():
+        if req != self.bootDevice():
             # yaboot cannot find /boot on a logical partition
             if hasattr(req, "partedPartition") and req.isLogical:
                 errors.append(_("The boot partition must be a primary partition."))
-- 
1.7.6

_______________________________________________
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