Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
AgeCommit message (Expand)Author
2020-08-20Added missing function reboot(). Also tweaked the build scripts so that they ...Anton Hvornum
2020-07-08Forgot to split the path, assumed it was a listAnton Hvornum
2020-07-08rc6: Fixed an issue where 'which' doesn't return the binary absolute path. Th...Anton Hvornum
2020-07-08Changed the cache directory to be under ~/.cache instead. Having it in a arch...Anton Hvornum
2020-07-07Added pythons -m module support. __main__.py is the main module entry path, a...Anton Hvornum
2020-07-07Added a raise on sys_command exit code being bad. Also updated readme to show...Anton Hvornum
2020-07-07Added colored output. Also tested non-encrypted installations and added ext4 ...Anton Hvornum
2020-07-06Reworked final preparations for working with profiles and installing them.Anton Hvornum
2020-07-06Converted the lib to a pip supported structure to make packaging easier. Also...Anton Hvornum