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
/
plugins.py
Age
Commit message (
Expand
)
Author
2023-05-11
Cleanup imports and unused code (#1801)
Daniel Girtler
2023-05-03
Full mypy compliance and small fixes (#1777)
Daniel Girtler
2022-08-11
Cleaned up argument loading slighly. (#1419)
Anton Hvornum
2022-08-01
Solves issue 1343. Could not locate partition after creation (#1355)
Werner Llácer
2022-05-01
Hotfix for plugins, forgot group=
Anton Hvornum
2022-05-01
The dict object is deprectrecated, instead .select() is suggested. (#1107)
Anton Hvornum
2022-01-07
Fixed import error ModuleType (#848)
Anton Hvornum
2022-01-06
Added type annotations to all functions (#845)
Anton Hvornum
2021-11-01
Fixed flake8 issues in networking, plugins and profiles.
Anton Hvornum
2021-09-19
general: remove all found white-spaces
SecondThundeR
2021-05-31
Fixed a plugin issue where there are no plugins found.
Anton Hvornum
2021-05-24
Added/moved comments.
Anton Hvornum
2021-05-24
Added optional version handling. And improved error handling a bit.
Anton Hvornum
2021-05-24
Added a comment
Anton Hvornum
2021-05-24
Added better error handling.
Anton Hvornum
2021-05-24
Implemented load_plugin() which handles local or remote paths. Also added som...
Anton Hvornum
2021-05-24
Spelling error
Anton Hvornum
2021-05-24
Spelling error
Anton Hvornum
2021-05-24
Switched plugin strategty. Now uses built-in entrypoints to source and load t...
Anton Hvornum
2021-04-30
Enabling --plugins filtering
Anton Hvornum
2021-04-30
Automatic loading of plugins
Anton Hvornum
2021-04-29
Adding on_pacstrap hook for installation. As well as a plugins listing that p...
Anton Hvornum