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