Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/installer.py
AgeCommit message (Collapse)Author
2020-07-06Converted the lib to a pip supported structure to make packaging easier. ↵Anton Hvornum
Also tweaked some minor issues and added the AUR function
2020-07-06Added a PArtition() class that supports mounting and formatting. Also ↵Anton Hvornum
reworked the installation flow a bit to be a bit more clear while sacrificing some automation. Maybe I'll revert some changes and 'automatically' do certain things, but for now this shouldn't impact anyone to much
2020-06-30Working partition and encryption+mount phase. Now to the installer and ↵Anton Hvornum
re-work that.
2020-06-29Starting to rework the entire codebase to be context friendly. Annotations ↵Anton Hvornum
is next after one successful install.