Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/plugins.py
AgeCommit message (Expand)Author
2022-08-11Cleaned up argument loading slighly. (#1419)Anton Hvornum
2022-08-01Solves issue 1343. Could not locate partition after creation (#1355)Werner Llácer
2022-05-01Hotfix for plugins, forgot group=Anton Hvornum
2022-05-01The dict object is deprectrecated, instead .select() is suggested. (#1107)Anton Hvornum
2022-01-07Fixed import error ModuleType (#848)Anton Hvornum
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2021-11-01Fixed flake8 issues in networking, plugins and profiles.Anton Hvornum
2021-09-19general: remove all found white-spacesSecondThundeR
2021-05-31Fixed a plugin issue where there are no plugins found.Anton Hvornum
2021-05-24Added/moved comments.Anton Hvornum
2021-05-24Added optional version handling. And improved error handling a bit.Anton Hvornum
2021-05-24Added a commentAnton Hvornum
2021-05-24Added better error handling.Anton Hvornum
2021-05-24Implemented load_plugin() which handles local or remote paths. Also added som...Anton Hvornum
2021-05-24Spelling errorAnton Hvornum
2021-05-24Spelling errorAnton Hvornum
2021-05-24Switched plugin strategty. Now uses built-in entrypoints to source and load t...Anton Hvornum
2021-04-30Enabling --plugins filteringAnton Hvornum
2021-04-30Automatic loading of pluginsAnton Hvornum
2021-04-29Adding on_pacstrap hook for installation. As well as a plugins listing that p...Anton Hvornum