Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Expand)Author
2021-06-01Introduces HTTP mirror selectionAnton Hvornum
2021-05-31Remove comment that no longer appliesDylan M. Taylor
2021-05-31Merge pull request #531 from Kibouo/masterAnton Hvornum
2021-05-31Moved return logic to not abort the iteration of kernels.Anton Hvornum
2021-05-31Fixed a plugin issue where there are no plugins found.Anton Hvornum
2021-05-31Creating multiple boot configs, based on the selected kernels. Not 100% sure ...Anton Hvornum
2021-05-31Creating PRAnton Hvornum
2021-05-30Fix typo in error msgCsonka Mihaly
2021-05-28Pulled in latest master changesAnton Hvornum
2021-05-27Fix is_vm detection on real hardwareDylan Taylor
2021-05-27Change ordering of example profilesDylan M. Taylor
2021-05-27made it more clearnullrequest
2021-05-27Make it more clear what the desktop profile doesnullrequest
2021-05-24Added a number of on_<event> hooks for different stages of the installation.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-05-24Syncing in latest changes from masterAnton Hvornum
2021-05-23Fixes #489Anton Hvornum
2021-05-23Spelling errorAnton Hvornum
2021-05-22Forgot an important import.Anton Hvornum
2021-05-22Fixes docstrings.Anton Hvornum
2021-05-22Re-worked the select_profile() user interaction. It no longer takes options a...Anton Hvornum
2021-05-22Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use con...Anton Hvornum
2021-05-22fixed bootloader flag not being setadvaithm
2021-05-21Merge pull request #495 from dylanmtaylor/patch-1Anton Hvornum
2021-05-21Merge pull request #485 from dylanmtaylor/post-installation-scriptsAnton Hvornum
2021-05-20Add ArchInstall user-agent to mirror requestsDylan M. Taylor
2021-05-20Use {installation.target} in custom commands handlerDylan Taylor
2021-05-20Extract custom-commands function into general.pyDylan Taylor
2021-05-20Use pure Python code in filter_mirrors_by_regionJakobDev
2021-05-20Merge pull request #488 from SimonPe/patch-1Anton Hvornum
2021-05-20look for default profiles in correct locationSimon Peeters
2021-05-19very minor whitespace fixesDylan Taylor
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-18Remove unreachable codeDylan M. Taylor
2021-05-18Remove PermissionError since it shadows the built-in of the same nameDylan M. Taylor
2021-05-18Merge pull request #468 from dylanmtaylor/patch-3Anton Hvornum
2021-05-18Incorrect variable names being used from copy paste.Anton Hvornum
2021-05-17Add missing urllib.error importDylan M. Taylor
2021-05-18Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.Anton Hvornum
2021-05-18Converted from subprocess.check_output() to SysCommand() to hide cpu_vendor()...Anton Hvornum
2021-05-17Reverted 2afc317. Using Path().unlink() instead on ucode if they exist.Anton Hvornum