[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Reset storage instance if autopart fails. (#492158)
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Reset storage instance if autopart fails. (#492158)
- Date: Fri, 27 Mar 2009 15:42:25 -0500
---
storage/partitioning.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/storage/partitioning.py b/storage/partitioning.py
index a71ba91..6b5559f 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -246,6 +246,7 @@ def doAutoPartition(anaconda):
anaconda.intf.messageWindow(_("Unrecoverable Error"),
_("Your system will now be rebooted."))
sys.exit(0)
+ anaconda.id.storage.reset()
return DISPATCH_BACK
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]