Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-02Moving the CODEOWNERS file againAnton Hvornum
2021-04-02Moved the CODEOWNERS file.Anton Hvornum
2021-04-02Update CODEOWNERSAnton Hvornum
2021-04-02Update CODEOWNERSAnton Hvornum
2021-04-02Update CODEOWNERSAnton Hvornum
2021-04-02Create CODEOWNERSAnton Hvornum
2021-04-02Merge pull request #143 from pyfisch/cryptsetup-nitsAnton Hvornum
Join cryptsetup args using shlex
2021-04-02Removed legacy link called workstation.json #142Anton Hvornum
2021-04-02Join cryptsetup args using shlexPyfisch
Ensure that all arguments are properly quoted. Improve readability by using long-form arguments only. Use identical arguments for both cryptsetup calls, to prevent them from accidentally diverging in future commits.
2021-04-02Merge pull request #134 from conqp/masterAnton Hvornum
General code cleanup
2021-04-02Merge pull request #136 from Torxed/torxed-135Anton Hvornum
Missing variable
2021-04-02Merge pull request #138 from kusakata/fix-doc-issuesAnton Hvornum
Fix doc issues
2021-04-02Fixing short title underline warningShohei Kusakata
2021-04-02Fixing document interlink errorShohei Kusakata
2021-04-01Missing variableAnton Hvornum
This should fix #135
2021-04-01Remove useless __init__ methodsRichard Neumann
2021-04-01Move class-related docstring to class definitionRichard Neumann
2021-04-01Simplify boolean checksRichard Neumann
2021-03-30Merge pull request #132 from kpcyrd/range-checkAnton Hvornum
Add range check to generic_select
2021-03-30Add range check to disk selectionkpcyrd
2021-03-30Add range check to generic_selectkpcyrd
2021-03-29Merge pull request #125 from Torxed/torxed-v2.2.3Anton Hvornum
Fixes encrypted -> non-encrypted setups
2021-03-29Removed debugging and finalized fix.Anton Hvornum
2021-03-29Added some debugging.Anton Hvornum
2021-03-29Adding .encrypted logic after .format calls to correctly identify partitions ↵Anton Hvornum
as encrypted/not-encrypted. This after a .flush_cache has been called.
2021-03-29Added some debugging.Anton Hvornum
2021-03-29Reworking cache logic to not loose .encrypted flag on partitions after ↵Anton Hvornum
flushing cache.
2021-03-29Rolling back change to check parent blockdevice for safe formatting, it ↵Anton Hvornum
would wipe the boot partition if the boot partition for multiple drives was shared on the specific drive.
2021-03-29Removing a flush of the cache that was excessive.Anton Hvornum
2021-03-29Experimenting with cache, carrying over .allow_formattingAnton Hvornum
2021-03-29Experimenting with carrying over flags across cache flush. This to solve ↵Anton Hvornum
issues when flush is cleared and target mountpoints gets lost, making it impossible to do .find_mountpoint('/') later on for instance.
2021-03-29Allowing individual partitions safety checks to rely on the parent ↵Anton Hvornum
blockdevice keep_partitions status.
2021-03-29Added support for flushing a BlockDevice() cache after a partition has been ↵Anton Hvornum
formatted. This is to avoid internal confusion of which partitions are encrypted or not when going from Encrypted -> Un-encrypted setups.
2021-03-29Toned down the debugging a bit.Anton Hvornum
2021-03-29Moved some debugging to catch more variable settings.Anton Hvornum
2021-03-29Adding callstack to debug output for easier debugging. Removed hardcoded ↵Anton Hvornum
debug crash
2021-03-29DebuggingAnton Hvornum
2021-03-29Merge pull request #123 from Torxed/torxed-v2.2.3Anton Hvornum
Reverting .strip() logic and moving the check into the get_password()…
2021-03-29Merge pull request #122 from Didr/patch-1Anton Hvornum
Fix spelling error in filesystem choice
2021-03-29Reverting .strip() logic and moving the check into the get_password() function.Anton Hvornum
2021-03-29Fix spelling error in filesystem choiceDidr
Fixes a simple spelling error when the user is asked to select a filesystem. "Select which filesystem your main partition should use (by number **of** name)" should be **or**.
2021-03-29Merge pull request #121 from Torxed/torxed-v2.2.3Anton Hvornum
Torxed v2.2.3
2021-03-29Adding some overclarification to encryption checks.Anton Hvornum
2021-03-29Fixing rare occation where partitions dissapear just before .format().Anton Hvornum
2021-03-29Fixing un-encrypted drives matching on block encrypted.Anton Hvornum
2021-03-28Merge pull request #120 from Torxed/torxed-patch-sundayAnton Hvornum
Torxed patch sunday
2021-03-28Added some more useful debug data to the log.Anton Hvornum
2021-03-28Adding debug to correct for a potential issue where partitions get marked as ↵Anton Hvornum
encrypted even tho \!disk-password was neven set.
2021-03-28Version bump in prep for minor patch release.Anton Hvornum
2021-03-28Fixed a path-check issue with Time Zones.Anton Hvornum