[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Return early from doAutoPartition if partition allocation fails.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Return early from doAutoPartition if partition allocation fails.
- Date: Fri, 27 Mar 2009 15:42:26 -0500
---
storage/partitioning.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/storage/partitioning.py b/storage/partitioning.py
index 6b5559f..7d490e3 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -210,6 +210,8 @@ def doAutoPartition(anaconda):
if anaconda.isKickstart:
sys.exit(0)
+ else:
+ return
if anaconda.id.storage.doAutoPart:
_scheduleLVs(anaconda, devs)
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]