index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2021-05-06 14:20:20 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2021-05-06 14:20:20 +0200 |
commit | c20be61e124ccb3f2434c6dc61016524ed936c7c (patch) | |
tree | 42855104dc886ef65642036a26d96d84b91a121e /archinstall | |
parent | 8bc3dd685eb89b3a166e25a31be33672b7126e82 (diff) |
-rw-r--r-- | archinstall/lib/disk.py | 1 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 44462a21..1865c4fb 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -30,7 +30,6 @@ class BlockDevice(): # TODO: Currently disk encryption is a BIT misleading. # It's actually partition-encryption, but for future-proofing this # I'm placing the encryption password on a BlockDevice level. - self.encryption_password = None def __repr__(self, *args, **kwargs): return f"BlockDevice({self.device})" |