Ack. On Fri, 11 Jun 2010, David Lehman wrote:
--- storage/formats/luks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/formats/luks.py b/storage/formats/luks.py index 77059be..66f49f4 100644 --- a/storage/formats/luks.py +++ b/storage/formats/luks.py @@ -75,7 +75,7 @@ class LUKS(DeviceFormat): self.mapName = kwargs.get("name") if not self.exists and not self.cipher: - self.cipher = "aes-xts-plain" + self.cipher = "aes-xts-plain64" if not self.key_size: # default to the max (512 bits) for aes-xts self.key_size = 512
-- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list