Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__init__.py
AgeCommit message (Expand)Author
2021-02-07Added in argument support to archinstall for easier testing and debuggingAnton Hvornum
2021-01-25Created an embryo for hardware detection. Supports detecting WiFi and UEFI. T...Anton Hvornum
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-10-18Added a session-storag. This is in an attempt to build away some magic functi...Anton Hvornum
2020-10-18Reverted TTS implementation from 35913c4. Since blind people use screen reade...Anton Hvornum
2020-10-11Added imports for `archinstall.TTS()` as well as added optinal depends for `P...Anton Hvornum
2020-09-30First complete draft of the documentation. Some autodocs are still unpopulate...Anton Hvornum
2020-09-01Adding service logic. Checking if reflector has finished before we select cus...Anton Hvornum
2020-09-01Added locale helpers in terms of keyboard language/layout. archinstall.list_k...Anton Hvornum
2020-08-20Starting to add networking helpers in archinstall. First up is archinstall.ge...Anton Hvornum
2020-07-21Added a set_timezone() and fixed set_locale() in the Installer() class. Also ...Anton Hvornum
2020-07-07Added pythons -m module support. __main__.py is the main module entry path, a...Anton Hvornum
2020-07-07Added colored output. Also tested non-encrypted installations and added ext4 ...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