Don't show the cleardisk dialog on upgrades (#649865).
This has the disadvantage of making it so you cannot pick a different disk to
install your bootloader to should you choose to create a new bootloader config. However, that is probably less confusing than the current situation. --- pyanaconda/upgrade.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyanaconda/upgrade.py b/pyanaconda/upgrade.py index 5ca8789..9aa8a37 100644 --- a/pyanaconda/upgrade.py +++ b/pyanaconda/upgrade.py @@ -321,7 +321,6 @@ def setSteps(anaconda): "keyboard", "filtertype", "filter", - "cleardiskssel", "storageinit", "findrootparts", "findinstall", @@ -353,4 +352,6 @@ def setSteps(anaconda): dispatch.skipStep("bootloader") if not iutil.isX86(): - dispatch.skipStep("upgbootloader") + dispatch.skipStep("upgbootloader") + + dispatch.skipStep("cleardiskssel", permanent=1) -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Don't show the cleardisk dialog on upgrades (#649865).
Ack.
On Fri, 2010-11-05 at 11:08 -0400, Chris Lumens wrote: > This has the disadvantage of making it so you cannot pick a different disk to > install your bootloader to should you choose to create a new bootloader config. > However, that is probably less confusing than the current situation. > --- > pyanaconda/upgrade.py | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/pyanaconda/upgrade.py b/pyanaconda/upgrade.py > index 5ca8789..9aa8a37 100644 > --- a/pyanaconda/upgrade.py > +++ b/pyanaconda/upgrade.py > @@ -321,7 +321,6 @@ def setSteps(anaconda): > "keyboard", > "filtertype", > "filter", > - "cleardiskssel", > "storageinit", > "findrootparts", > "findinstall", > @@ -353,4 +352,6 @@ def setSteps(anaconda): > dispatch.skipStep("bootloader") > > if not iutil.isX86(): > - dispatch.skipStep("upgbootloader") > + dispatch.skipStep("upgbootloader") > + > + dispatch.skipStep("cleardiskssel", permanent=1) _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Don't show the cleardisk dialog on upgrades (#649865).
On Fri, 2010-11-05 at 10:30 -0500, David Lehman wrote:
> Ack. AAaaah, I think Chris and I talked about this a while ago. Count me as one of the users who was always confused by the cleardisk dialog on upgrades. Thanks, James > On Fri, 2010-11-05 at 11:08 -0400, Chris Lumens wrote: > > This has the disadvantage of making it so you cannot pick a different disk to > > install your bootloader to should you choose to create a new bootloader config. > > However, that is probably less confusing than the current situation. > > --- > > pyanaconda/upgrade.py | 5 +++-- > > 1 files changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/pyanaconda/upgrade.py b/pyanaconda/upgrade.py > > index 5ca8789..9aa8a37 100644 > > --- a/pyanaconda/upgrade.py > > +++ b/pyanaconda/upgrade.py > > @@ -321,7 +321,6 @@ def setSteps(anaconda): > > "keyboard", > > "filtertype", > > "filter", > > - "cleardiskssel", > > "storageinit", > > "findrootparts", > > "findinstall", > > @@ -353,4 +352,6 @@ def setSteps(anaconda): > > dispatch.skipStep("bootloader") > > > > if not iutil.isX86(): > > - dispatch.skipStep("upgbootloader") > > + dispatch.skipStep("upgbootloader") > > + > > + dispatch.skipStep("cleardiskssel", permanent=1) > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@redhat.com > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 11:45 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.