index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 19:09:13 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 19:09:13 +0000 |
commit | 20fdb8afeedd53e07f8f5ba18aee526486294f0d (patch) | |
tree | 3930c361e47725db22502d17405821b8a60181ea | |
parent | 2f30f907f400a5a439bf61da1c435f3f31a95d43 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index a4b73c56..e86d0763 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1150,7 +1150,7 @@ if __name__ == '__main__': # "--cipher sha512" breaks the shit. # TODO: --use-random instead of --use-urandom - print(f'[N] Adding encryption to {args["drive"]}{partitions["2"]}.') + print(f'[N] Adding encryption to {args["drive"]}{args["partitions"]["2"]}.') if not encrypt_partition('drive', '2', 'pwfile'): print('[E] Failed to setup disk encryption.', o) exit(1) |