Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-04-04Merging in latest changes from master.Anton Hvornum
2021-04-04Merge pull request #158 from advaithm/masterAnton Hvornum
2021-04-04fixed some typos and changed up how we detect if we have to enable/install ne...advaithm
2021-04-04moved around the if blockadvaithm
2021-04-04fixed typoadvaithm
2021-04-04Revert "Revert "added hardwareincompatibilty erros and updated readme""advaithm
2021-04-04Revert "added hardwareincompatibilty erros and updated readme"advaithm
2021-04-04networkmanager supportadvaithm
2021-04-03Forgot option PARTUUID to lsblkAnton Hvornum
2021-04-03Merging in latest changes from master.Anton Hvornum
2021-04-03This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It als...Anton Hvornum
2021-04-03This should correct #152. When a newly /boot partition is created with no con...Anton Hvornum
2021-04-03Converted the raise exception into a log. Whenever blockdevice is unsure of w...Anton Hvornum
2021-04-03Removed a breaking change while fixing hardware raidsAnton Hvornum
2021-04-03This partially addresses #151. Which might require more than just the path be...Anton Hvornum
2021-04-03This should correct #135. I'll have to investigate other places where this lo...Anton Hvornum
2021-04-03Fixes #149 as well as --help. This will be added in the next patch release.Anton Hvornum
2021-04-02Merge branch 'exec-args' of https://github.com/kpcyrd/archinstall into torxed...Anton Hvornum
2021-04-02Merge branch 'master' of github.com:Torxed/archinstall into torxed-v2.2.0Anton Hvornum
2021-04-02Support passing commands as listskpcyrd
2021-04-02Join cryptsetup args using shlexPyfisch
2021-04-02Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-02Merging master into feature branch.Anton Hvornum
2021-04-02Merge pull request #134 from conqp/masterAnton Hvornum
2021-04-02Merge PR #113 into torxed-v2.2.0 feature branch.Anton Hvornum
2021-04-02added hardwareincompatibilty erros and updated readmeadvaithm
2021-04-02changed __enter__advaithm
2021-04-02accidentlly called dict as functionadvaithm
2021-04-02fixed some issues with the changesadvaithm
2021-04-02updated to latest commitsadvaithm
2021-04-01Missing variableAnton Hvornum
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-30Add range check to disk selectionkpcyrd
2021-03-30Add range check to generic_selectkpcyrd
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
2021-03-29Added some debugging.Anton Hvornum
2021-03-29Reworking cache logic to not loose .encrypted flag on partitions after flushi...Anton Hvornum
2021-03-29Rolling back change to check parent blockdevice for safe formatting, it would...Anton Hvornum
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 issu...Anton Hvornum
2021-03-29Allowing individual partitions safety checks to rely on the parent blockdevic...Anton Hvornum
2021-03-29Added support for flushing a BlockDevice() cache after a partition has been f...Anton Hvornum
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 debu...Anton Hvornum