[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Rework the upgrade swap suggestion (#684603).
- From: clumens redhat com
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Rework the upgrade swap suggestion (#684603).
- Date: Tue, 15 Mar 2011 09:28:14 -0400
> - # 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]