Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Collapse)Author
2021-04-07added hasIntelCPUadvaithm
2021-04-07added return value for functions in hardware.py plus cpuVendor functionadvaithm
2021-04-06Merge pull request #190 from advaithm/masterAnton Hvornum
post install hook
2021-04-06added _post_install hook.advaithm
2021-04-04Removed debugging, added an additional 'move back to beginning' and print ↵Anton Hvornum
the peak again. Added this to any pacstrap call.
2021-04-04Added some debuggingAnton Hvornum
2021-04-04Added stripping of peak output to avoid new lines forming.Anton Hvornum
2021-04-04Added error handling to sys_command's peak function.Anton Hvornum
2021-04-04Moved import due to circular imports.Anton Hvornum
2021-04-04Added functionality towards #155. It's not a progress bar per sae, but it ↵Anton Hvornum
will show the last line outputted by commands enabling peaking of the ongoing process.
2021-04-04Merging in latest changes from master.Anton Hvornum
2021-04-04Merge pull request #158 from advaithm/masterAnton Hvornum
Network manager support
2021-04-04fixed some typos and changed up how we detect if we have to enable/install ↵advaithm
network manager
2021-04-04moved around the if blockadvaithm
2021-04-04fixed typoadvaithm
2021-04-04Revert "Revert "added hardwareincompatibilty erros and updated readme""advaithm
This reverts commit 15925170423134025fa8aa34e5397185e4093e13.
2021-04-04Revert "added hardwareincompatibilty erros and updated readme"advaithm
This reverts commit b5e32f980a27f272c1e3c42969323dff82617a84.
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 ↵Anton Hvornum
also cleaned up the installer code quite a bit during the bootloader installation. Will do the same for encrypted drives later on by implementing UUID on a BlockDevice (disk) level.
2021-04-03This should correct #152. When a newly /boot partition is created with no ↵Anton Hvornum
content or incorrect filesystem (meaning, no file system yet), the .has_content() call will crash due to incorrect fstype. Which means we should be able to skip the check and assume it's safe to format. Because there's no way (?) other OS:es can store something on the boot partition on a broken FS.
2021-04-03Converted the raise exception into a log. Whenever blockdevice is unsure of ↵Anton Hvornum
what type it's working on, it will not log it as a debug message.
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 ↵Anton Hvornum
being returned. As the blkid might not be correctly identifying it in the bootloader step. But we'll have to test and see.
2021-04-03This should correct #135. I'll have to investigate other places where this ↵Anton Hvornum
logic might be as well and correct those.
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 ↵Anton Hvornum
torxed-v2.2.0
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
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-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
General code cleanup
2021-04-02Merge PR #113 into torxed-v2.2.0 feature branch.Anton Hvornum
This merge should add BIOS through MBR support and GRUB.
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
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-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
as encrypted/not-encrypted. This after a .flush_cache has been called.
2021-03-29Added some debugging.Anton Hvornum