>From what Chris explained about the writePriority value, this looks good. Thanks, Hans. I'll test as soon as we have official stage1 and stage2 images. On 07/08/2009 09:22 AM, Hans de Goede wrote: > 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() > Steffen Linux on System z Development IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschäftsführung: Erich Baier Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list