> - # if our total is 512 megs or more, we should be safe > - if (swap + mem >= 512): > - anaconda.dispatch.skipStep("addswap", 1) > - return > + if suggestedMin <= swap: > + anaconda.dispatch.skipStep("addswap", permanent=1) I missed a return in this if block, so I'll make that correction in git and not send out an updated patch. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list