Any devices we have keys for already have their key saved in a hash based on the LUKS UUID, so we will not lose information. We are only resetting the global passphrase used for newly created devices. --- storage/__init__.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/storage/__init__.py b/storage/__init__.py index 8207156..e4a7d43 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -207,6 +207,7 @@ class Storage(object): """ # save passphrases for luks devices so we don't have to reprompt + self.encryptionPassphrase = None for device in self.devices: if device.format.type == "luks" and device.format.exists: self.__luksDevs[device.format.uuid] = device.format._LUKS__passphrase -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list