Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/exceptions.py
AgeCommit message (Expand)Author
2023-10-18Fixes for prev PR (#2175)Daniel Girtler
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2022-08-30Fixing issue where blkid causes SysCallException (#1445)Anton Hvornum
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-02-11Added better error output (based on #963)Anton Hvornum
2022-02-02SysCommand() to remove ANSII VT100 Esc codes & archlinux-keyring fix (#933)Anton Hvornum
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2022-01-05Improve documentation v2.3.1 (#843)Anton Hvornum
2021-12-02Fixing some mypy complaints (#780)Anton Hvornum
2021-05-18Remove PermissionError since it shadows the built-in of the same nameDylan M. Taylor
2021-05-15Many more manual changesDylan Taylor
2021-04-05allow multiple services to be enabled at onceZach Osman
2021-03-14Wrong variable name.Anton Hvornum
2021-03-14Tweaked SysCallError() exception to include the exit code in a machine readab...Anton Hvornum
2021-02-17Cleaning up guided.py a bit to be less complex and convoluted, while still pe...Anton Hvornum
2021-02-11Reworked the way partition formatting works. As well as added some flags to t...Anton Hvornum
2021-02-07Added an early check for filesystem compatability. Since we need to handle un...Anton Hvornum
2021-01-25Added an embryo for listing wireless networks.Anton Hvornum
2020-11-08Tweaked #58 slightly. Execution is done with an attempt to retain file line n...Anton Hvornum
2020-07-07Added a raise on sys_command exit code being bad. Also updated readme to show...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