Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-02Wrong variable nameAnton Hvornum
2021-06-02Merge pull request #540 from dylanmtaylor/descriptionAnton Hvornum
Add a description to top-level profile listing
2021-06-02Remove line explaining desktop profileDylan Taylor
2021-06-02Add description to profile listingDylan Taylor
2021-06-02Adding more granular debuggingAnton Hvornum
2021-06-02Attempt to fix issue regarding broken outputAnton Hvornum
Since pacman and some other commands these days write multiple lines and goes back and fourth, it's not reliable to say the "peaked" line is a single line. And if it's not, it will make the output look like garbage. So instead, we'll write any output - as is - and let the command deal with fancy printing.
2021-06-02Added docstringsAnton Hvornum
2021-06-01Windows fix + Sorting based on listAnton Hvornum
This fix introduces changes so that development can be done (and tested) on other platforms than Linux. This is a convenience fix and shouldn't break anything (simply a few Linux-specific imports that have moved into the functions where they are used). This commit also introduces sorting based on a list of priorities (where the default will be last if not matched).
2021-06-01Added a tribute logoAnton Hvornum
Used in discord and other social gatherings.
2021-06-01Introduces HTTP mirror selectionAnton Hvornum
2021-06-01Merge pull request #535 from dylanmtaylor/patch-4Anton Hvornum
Remove comment that no longer applies
2021-05-31Remove comment that no longer appliesDylan M. Taylor
2021-05-31Removed Libera chat challenge as per requestAnton Hvornum
2021-05-31Merge pull request #531 from Kibouo/masterAnton Hvornum
Fix typo in error msg
2021-05-31PR #534: Fixes hardcoded kernels in boot config for systemdAnton Hvornum
Fixing hardcoded kernel in boot-config
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
both initramfs and vmlinuz will have the trailing definitions, but made both {kernel}
2021-05-31Creating PRAnton Hvornum
2021-05-30Fix typo in error msgCsonka Mihaly
2021-05-29Added Libera informationAnton Hvornum
2021-05-28Merge pull request #529 from dylanmtaylor/patch-1Anton Hvornum
Make this template usable to users of more platforms
2021-05-28Make this template usable to users of more platformsDylan M. Taylor
In case someone is trying to edit this as a template, this will work for more people.
2021-05-28Merge pull request #393 from archlinux/torxed-pluginsAnton Hvornum
Adding in plugin support and on_<event> calls in installation.
2021-05-28Pulled in latest master changesAnton Hvornum
2021-05-28Update __version__ to become a dev-version againAnton Hvornum
To avoid accidental pypi snafu's
2021-05-28Merge pull request #526 from dylanmtaylor/export-configurationAnton Hvornum
Write user configuration JSON to a file in logs directory
2021-05-28Merge pull request #521 from l4zy0n3/patch-1Anton Hvornum
Updated custom-command-sample.json with newly added keys
2021-05-27Merge pull request #6 from l4zy0n3/patch-2Dylan M. Taylor
added support for setting mirror-region to a dict or a string in config
2021-05-28 added support for setting profile to a dict or a string in configYash Tripathi
2021-05-28added support for setting mirror-region to a dict or a string in configYash Tripathi
2021-05-27Needed to set file mode to write.Dylan M. Taylor
2021-05-27Write user configuration JSON to a file in logs directoryDylan Taylor
2021-05-27Merge pull request #523 from dylanmtaylor/patch-1Anton Hvornum
Update version for 2.2.0 final release
2021-05-27Update version for 2.2.0 finalDylan M. Taylor
2021-05-27Merge pull request #522 from dylanmtaylor/fix-vm-detection-funcAnton Hvornum
Fix is_vm detection on real hardware
2021-05-27Fix is_vm detection on real hardwareDylan Taylor
2021-05-27Update custom-command-sample.jsonYash Tripathi
2021-05-27Merge pull request #520 from dylanmtaylor/descriptionsAnton Hvornum
Add descriptions for top-level profiles
2021-05-27Add descriptions for top-level profilesDylan M. Taylor
2021-05-27Merge pull request #519 from dylanmtaylor/patch-2Anton Hvornum
Change ordering of example profiles
2021-05-27Change ordering of example profilesDylan M. Taylor
2021-05-27Merge pull request #518 from advaithm/patch-1Anton Hvornum
Make it more clear what the desktop profile does
2021-05-27made it more clearnullrequest
using Redecorating's suggestion in the discord
2021-05-27Make it more clear what the desktop profile doesnullrequest
2021-05-26Merge pull request #516 from l4zy0n3/masterAnton Hvornum
Incorporated some suggestions, some keys added in help table for config
2021-05-26grammar fixes and json updateYash Tripathi
2021-05-26Added new keys in tableYash Tripathi
2021-05-25Removed EFI warning from doc indexAnton Hvornum
https://archinstall.readthedocs.io/en/latest/
2021-05-25Changed FreeNode -> LiberaChat for IRCAnton Hvornum