Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
exceptions.py
Age
Commit message (
Expand
)
Author
2021-05-18
Remove PermissionError since it shadows the built-in of the same name
Dylan M. Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-04-05
allow multiple services to be enabled at once
Zach Osman
2021-03-14
Wrong variable name.
Anton Hvornum
2021-03-14
Tweaked SysCallError() exception to include the exit code in a machine readab...
Anton Hvornum
2021-02-17
Cleaning up guided.py a bit to be less complex and convoluted, while still pe...
Anton Hvornum
2021-02-11
Reworked the way partition formatting works. As well as added some flags to t...
Anton Hvornum
2021-02-07
Added an early check for filesystem compatability. Since we need to handle un...
Anton Hvornum
2021-01-25
Added an embryo for listing wireless networks.
Anton Hvornum
2020-11-08
Tweaked #58 slightly. Execution is done with an attempt to retain file line n...
Anton Hvornum
2020-07-07
Added a raise on sys_command exit code being bad. Also updated readme to show...
Anton Hvornum
2020-07-06
Reworked final preparations for working with profiles and installing them.
Anton Hvornum
2020-07-06
Converted the lib to a pip supported structure to make packaging easier. Also...
Anton Hvornum