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-07-18changed dry_run to dry-runYash Tripathi
2021-06-10added --dry-run flag (#570)Yash Tripathi
2021-06-06updated creds helpYash Tripathi
2021-06-06changed block locationYash Tripathi
2021-06-06added support for seperating credentials from configYash Tripathi
2021-06-02Adding more granular debuggingAnton Hvornum
2021-05-28Pulled in latest master changesAnton Hvornum
2021-05-28Update __version__ to become a dev-version againAnton Hvornum
2021-05-27Update version for 2.2.0 finalDylan M. Taylor
2021-05-24Adding support for --plugin=<plugin path>Anton Hvornum
2021-05-24Pleasing the linter godsAnton Hvornum
2021-05-24Added optional version handling. And improved error handling a bit.Anton Hvornum
2021-05-24Added better error handling.Anton Hvornum
2021-05-24Added a commentAnton Hvornum
2021-05-24Pleasing the linter godsAnton Hvornum
2021-05-24Removed empty whitespaceAnton Hvornum
2021-05-24Added redundant argument creation.Anton Hvornum
2021-05-24Syncing in latest changes from masterAnton Hvornum
2021-05-23Merge branch 'master' of github.com:archlinux/archinstallAnton Hvornum
2021-05-23Version bump for tagging.Anton Hvornum
2021-05-23removed debug codeYash Tripathi
2021-05-23bringing back the old method for parsing extra args as config valuesYash Tripathi
2021-05-19Have the configuration file request identify itself as coming from ArchInstallDylan M. Taylor
2021-05-19Added support for getting configuration from a URLDylan 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-15reintroduce this line, seems to be needed for install to work despite being d...Dylan M. Taylor
2021-05-15archinstall/__init__.py changesDylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15Cleanup imports and disk.py a bit moreDylan Taylor
2021-05-15Updating __version__ to dev1 for dev release.Anton Hvornum
2021-04-30Enabling --plugins filteringAnton Hvornum
2021-04-29Adding on_pacstrap hook for installation. As well as a plugins listing that p...Anton Hvornum
2021-04-29Cleaning up packages. (#374)Anton Hvornum
2021-04-15Change version to 2.2.0 in 2.2.0 branchDylan M. Taylor
2021-04-12moved to flit build systemadvaithm
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-05Add console_scripts archinstall entry pointPyfisch
2021-04-05Switch to setup.cfgPyfisch
2021-03-25New feature: Profile() now supports .packages which returns any defined packa...Anton Hvornum
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