Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-20Use {installation.target} in custom commands handlerDylan Taylor
2021-05-20Extract custom-commands function into general.pyDylan Taylor
2021-05-20Clean up temp files after they are runDylan Taylor
2021-05-20Add logging of execution output Dylan Taylor
2021-05-20Switch back to arch-chrootDylan Taylor
2021-05-20Use temporary script filesDylan M. Taylor
2021-05-20Swapped the instance sent to Boot()Anton Hvornum
2021-05-20changed "desktop" to "profile" while loading configYash Tripathi
2021-05-20Update configuration script to work with changesDylan Taylor
2021-05-20Merge branch 'master' into post-installation-scriptsDylan Taylor
2021-05-20fixed desktop install from configYash Tripathi
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 #475 from dylanmtaylor/patch-2Anton Hvornum
2021-05-20Update README.mdAnton Hvornum
2021-05-20Merge pull request #481 from dylanmtaylor/minor-formatting-cleanupAnton Hvornum
2021-05-19Modify custom profile example to try to get it workingDylan M. Taylor
2021-05-19Update guided.pyYash Tripathi
2021-05-19Try to use the new systemd-nspawn code pathsDylan Taylor
2021-05-19Run custom commands within bash sessionDylan M. Taylor
2021-05-19Iterate over custom-command arrayDylan M. Taylor
2021-05-19Provide sample configuration file showing how one would use commandsDylan M. Taylor
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-19Point out that a URL can be used as well in READMEDylan Taylor
2021-05-19Fix configuration sample linkDylan Taylor
2021-05-19very minor whitespace fixesDylan Taylor
2021-05-19Merge pull request #482 from dylanmtaylor/feature-config-urlAnton Hvornum
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-18Add CI status badge to READMEDylan M. Taylor
2021-05-18Merge pull request #473 from dylanmtaylor/patch-1Anton Hvornum
2021-05-18Reword another part of README.mdDylan M. Taylor
2021-05-18Merge pull request #472 from dylanmtaylor/proofreadingAnton Hvornum
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-18Merge pull request #471 from dylanmtaylor/patch-5Anton Hvornum
2021-05-18Remove unreachable codeDylan M. Taylor
2021-05-18Merge pull request #470 from dylanmtaylor/patch-4Anton Hvornum
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-18Merge pull request #469 from archlinux/torxed-fix-467Anton 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-17Merge pull request #461 from archlinux/torxed-fix-459Anton 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-17Merge PR #458: Pavucontrol to XCFEAnton Hvornum