[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH storage] Update storage flag on ks autopart
- From: Radek Vykydal <rvykydal redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH storage] Update storage flag on ks autopart
- Date: Tue, 3 Mar 2009 15:18:05 +0100
---
kickstart.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kickstart.py b/kickstart.py
index 475efe2..873ffbd 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -142,6 +142,7 @@ class AutoPart(commands.autopart.F9_AutoPart):
# sets up default autopartitioning. use clearpart separately
# if you want it
self.handler.id.instClass.setDefaultPartitioning(self.handler.id.storage, self.handler.anaconda.platform, doClear = 0)
+ self.handler.id.storage.doAutoPart = True
if self.encrypted:
self.handler.id.storage.autoEncrypt = True
--
1.5.4.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]