Use disk encryption by default
This commit is contained in:
parent
d1973e26e6
commit
b9e5125772
@ -250,7 +250,7 @@ class Storage(object):
|
||||
self.doAutoPart = False
|
||||
self.clearPartType = None
|
||||
self.clearPartDisks = []
|
||||
self.encryptedAutoPart = False
|
||||
self.encryptedAutoPart = True
|
||||
self.encryptionPassphrase = None
|
||||
self.escrowCertificates = {}
|
||||
self.autoPartEscrowCert = None
|
||||
|
Loading…
Reference in New Issue
Block a user