Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/helpers/disk.py
AgeCommit message (Collapse)Author
2020-07-06Changed mount function, since libc can't handle loop devices automatically ↵Anton Hvornum
without some how probing partitions?
2020-07-06Fixed so that partition listing doesn't overwrite on each request, ruining ↵Anton Hvornum
some checks down the line if the filesystem has been formatted or not
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.