index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-04-04 17:43:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 17:43:56 +0200 |
commit | 6c31ad7aa06e2d0b946e9e2843e4385e26daeca9 (patch) | |
tree | 7e5e8d7247570c7e21340468fe2c29cc9c6d4d98 | |
parent | 2b5b1ad83da34b73ae50dcccbf6e7f291e38b06b (diff) |
-rw-r--r-- | archinstall/lib/disk.py | 2 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 2ca2f4b0..0608b47b 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -28,7 +28,7 @@ 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_passwoed = None + self.encryption_password = None def __repr__(self, *args, **kwargs): return f"BlockDevice({self.device})" |