Resolves: rhbz#1211559
From: Jan Stodola jstodola@redhat.com
Resolves: rhbz#1211559 --- storage/__init__.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/storage/__init__.py b/storage/__init__.py index f3964cf..412f7f1 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -1259,6 +1259,8 @@ def useExisting(lst): args += ["--drives=%s" % ",".join(self.clearPartDisks)] if self.reinitializeDisks: args += ["--initlabel"] + if self.cdl: + args += ["--cdl"]
f.write("#clearpart %s\n" % " ".join(args))
Looks good to me.
Added label: ACK.
Ok by me as well.
Can one of the admins verify this patch?
Added label: rhel6-branch.
Patch has been pushed.
Closed.
anaconda-patches@lists.fedorahosted.org