Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
luks.py
Age
Commit message (
Expand
)
Author
2021-11-05
Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...
Anton Hvornum
2021-06-13
Removed old safety logics for partitions. Partitions will now always be forma...
Anton Hvornum
2021-05-18
Incorrect variable names being used from copy paste.
Anton Hvornum
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
More formatting fixes to satisfy PEP 8
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
2021-04-11
Change from argon2i to argon2id
Dylan M. Taylor
2021-04-10
fix typo
NicoHood
2021-04-09
Fix typo that causes crash when creating encrypted LUKS partition (closes #248)
Alexander Seiler
2021-04-08
Added a safety check to verify that the encrypted partition exists at least b...
Anton Hvornum
2021-04-05
Removed a TODO comment
Anton Hvornum
2021-04-03
This should correct #135. I'll have to investigate other places where this lo...
Anton Hvornum
2021-04-02
Join cryptsetup args using shlex
Pyfisch
2021-04-01
Missing variable
Anton Hvornum
2021-03-29
Added support for flushing a BlockDevice() cache after a partition has been f...
Anton Hvornum
2021-03-14
Using 'umount -R' rather than just 'umount' since we're going to wipe the par...
Anton Hvornum
2021-03-14
Removed redundant error handling as well as added some more debug logs.
Anton Hvornum
2021-03-14
Enhanced the error handling on crypt-devices.
Anton Hvornum
2021-03-14
Some more error handling.
Anton Hvornum
2021-03-14
Tweaked SysCallError() exception to include the exit code in a machine readab...
Anton Hvornum
2021-03-14
Added a partition.umount() and a check when running cryptsetup if the disk is...
Anton Hvornum
2021-03-09
Carried over the allow_formatting from the parent device of luks2() devices.
Anton Hvornum
2021-03-09
Forgot to set a variable
Anton Hvornum
2021-03-09
Added option to skip autodetection of filesystem. This is so for instance luk...
Anton Hvornum
2021-03-09
Added some debugging.
Anton Hvornum
2021-03-09
Fixed luks2().close() to properly detect it's own mapped path
Anton Hvornum
2021-03-09
Fixed luks2().close() to properly detect it's own path
Anton Hvornum
2021-03-09
Added functions to auto-detect filesystems inside encrypted partitions (given...
Anton Hvornum
2021-03-09
Adding encryption helpers to the Partition() class, that sets up and utilizes...
Anton Hvornum
2021-03-08
Reworked the guided partitioning logic to better match new expectations of fl...
Anton Hvornum
2021-02-11
Reworked the way partition formatting works. As well as added some flags to t...
Anton Hvornum
2021-01-24
Added debug output as well as corrected output formatting in log().
Anton Hvornum
2021-01-24
Trying to centralize the configuration for logging. Phasing out some paramete...
Anton Hvornum
2020-11-04
Added multiple log features.
Anton Hvornum
2020-10-19
Fix some PEP-8 errors.
Varun Madiath
2020-07-08
Trying to sort out a boot issue
Anton Hvornum
2020-07-07
Added colored output. Also tested non-encrypted installations and added ext4 ...
Anton Hvornum
2020-07-06
Reworked final preparations for working with profiles and installing them.
Anton Hvornum