[PATCH 2/2] pykickstart: fix zfcp command writepriority

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

 



zfcp commands should be written before any partitioning commands, and
thus should have a priority of 71
---
 pykickstart/commands/zfcp.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pykickstart/commands/zfcp.py b/pykickstart/commands/zfcp.py
index cdb5a23..144d601 100644
--- a/pykickstart/commands/zfcp.py
+++ b/pykickstart/commands/zfcp.py
@@ -53,7 +53,7 @@ class FC3_ZFCP(KickstartCommand):
     removedKeywords = KickstartCommand.removedKeywords
     removedAttrs = KickstartCommand.removedAttrs
 
-    def __init__(self, writePriority=0, *args, **kwargs):
+    def __init__(self, writePriority=71, *args, **kwargs):
         KickstartCommand.__init__(self, writePriority, *args, **kwargs)
         self.op = self._getParser()
 
-- 
1.6.2.2

_______________________________________________
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