[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Fix a typo to make encrypted installs get farther.
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Fix a typo to make encrypted installs get farther.
- Date: Wed, 08 Jun 2011 09:10:48 -0500
On Tue, 2011-06-07 at 12:44 -0400, Chris Lumens wrote:
> ---
> pyanaconda/storage/devicelibs/crypto.py | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
I'm not sure how much further this will get you, but ACK.
>
> diff --git a/pyanaconda/storage/devicelibs/crypto.py b/pyanaconda/storage/devicelibs/crypto.py
> index b018b60..134e67f 100644
> --- a/pyanaconda/storage/devicelibs/crypto.py
> +++ b/pyanaconda/storage/devicelibs/crypto.py
> @@ -91,8 +91,8 @@ def luks_format(device,
> cipherType = "".join(cparts[0:1])
> cipherMode = "-".join(cparts[1:])
>
> - if cipherType: kwargs["cipher"] = cipherTy
> - if cipherMode: kwargs["cipherMode"] = cipherMo
> + if cipherType: kwargs["cipher"] = cipherType
> + if cipherMode: kwargs["cipherMode"] = cipherMode
> if key_size: kwargs["keysize"] = key_size
>
> rc = cs.luksFormat(**kwargs)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]