Fixes for transition

This commit is contained in:
Anton Hvornum 2019-11-27 19:09:13 +00:00
parent 2f30f907f4
commit 20fdb8afee
1 changed files with 1 additions and 1 deletions

View File

@ -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)