Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-05-23removed debug codeYash Tripathi
2021-05-23bringing back the old method for parsing extra args as config valuesYash Tripathi
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-20Merge pull request #484 from dylanmtaylor/patch-1Anton Hvornum
2021-05-20Merge pull request #481 from dylanmtaylor/minor-formatting-cleanupAnton Hvornum
2021-05-20look for default profiles in correct locationSimon Peeters
2021-05-19Have the configuration file request identify itself as coming from ArchInstallDylan M. Taylor
2021-05-19very minor whitespace fixesDylan 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-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
2021-05-17Adding a pacman --overwrite declaration for ucodes.Anton Hvornum
2021-05-16Merge pull request #456 from dylanmtaylor/patch-4Anton Hvornum
2021-05-15Add mirror reachability checkDylan M. Taylor
2021-05-15Delete tts.pyDylan M. Taylor
2021-05-15Fix some variable shadowing issuesDylan Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Merge branch 'lxqt-lightdm' into formatting2Dylan Taylor
2021-05-15reintroduce this line, seems to be needed for install to work despite being d...Dylan M. Taylor
2021-05-15Fix missing Optional importDylan M. Taylor
2021-05-15archinstall/__init__.py changesDylan Taylor
2021-05-15Merge pull request #450 from charlesvdv/masterAnton Hvornum
2021-05-15Fix mutable default argumentsDylan Taylor
2021-05-15Remove some redundant parenthesisDylan Taylor
2021-05-15Fix E713 test for membership should be 'not in'Dylan Taylor
2021-05-15Fix E712 Dylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15Fix E101: mix of spaces and tabsDylan Taylor
2021-05-15propagate options when mounting a partitionCharles Vandevoorde
2021-05-15f-string fixesDylan Taylor