index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-02 | Add additional hardware functions | Dylan Taylor | |
2021-06-02 | Wrong variable name | Anton Hvornum | |
2021-06-02 | Merge pull request #540 from dylanmtaylor/description | Anton Hvornum | |
Add a description to top-level profile listing | |||
2021-06-02 | Remove line explaining desktop profile | Dylan Taylor | |
2021-06-02 | Add description to profile listing | Dylan Taylor | |
2021-06-02 | Adding more granular debugging | Anton Hvornum | |
2021-06-02 | Attempt to fix issue regarding broken output | Anton 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-02 | Added docstrings | Anton Hvornum | |
2021-06-01 | Windows fix + Sorting based on list | Anton 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-01 | Added a tribute logo | Anton Hvornum | |
Used in discord and other social gatherings. | |||
2021-06-01 | Introduces HTTP mirror selection | Anton Hvornum | |
2021-06-01 | Merge pull request #535 from dylanmtaylor/patch-4 | Anton Hvornum | |
Remove comment that no longer applies | |||
2021-05-31 | Remove comment that no longer applies | Dylan M. Taylor | |
2021-05-31 | Removed Libera chat challenge as per request | Anton Hvornum | |
2021-05-31 | Merge pull request #531 from Kibouo/master | Anton Hvornum | |
Fix typo in error msg | |||
2021-05-31 | PR #534: Fixes hardcoded kernels in boot config for systemd | Anton Hvornum | |
Fixing hardcoded kernel in boot-config | |||
2021-05-31 | Moved return logic to not abort the iteration of kernels. | Anton Hvornum | |
2021-05-31 | Fixed a plugin issue where there are no plugins found. | Anton Hvornum | |
2021-05-31 | Creating 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-31 | Creating PR | Anton Hvornum | |
2021-05-30 | Fix typo in error msg | Csonka Mihaly | |
2021-05-29 | Added Libera information | Anton Hvornum | |
2021-05-28 | Merge pull request #529 from dylanmtaylor/patch-1 | Anton Hvornum | |
Make this template usable to users of more platforms | |||
2021-05-28 | Make this template usable to users of more platforms | Dylan M. Taylor | |
In case someone is trying to edit this as a template, this will work for more people. | |||
2021-05-28 | Merge pull request #393 from archlinux/torxed-plugins | Anton Hvornum | |
Adding in plugin support and on_<event> calls in installation. | |||
2021-05-28 | Pulled in latest master changes | Anton Hvornum | |
2021-05-28 | Update __version__ to become a dev-version again | Anton Hvornum | |
To avoid accidental pypi snafu's | |||
2021-05-28 | Merge pull request #526 from dylanmtaylor/export-configuration | Anton Hvornum | |
Write user configuration JSON to a file in logs directory | |||
2021-05-28 | Merge pull request #521 from l4zy0n3/patch-1 | Anton Hvornum | |
Updated custom-command-sample.json with newly added keys | |||
2021-05-27 | Merge pull request #6 from l4zy0n3/patch-2 | Dylan 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 config | Yash Tripathi | |
2021-05-28 | added support for setting mirror-region to a dict or a string in config | Yash Tripathi | |
2021-05-27 | Needed to set file mode to write. | Dylan M. Taylor | |
2021-05-27 | Write user configuration JSON to a file in logs directory | Dylan Taylor | |
2021-05-27 | Merge pull request #523 from dylanmtaylor/patch-1 | Anton Hvornum | |
Update version for 2.2.0 final release | |||
2021-05-27 | Update version for 2.2.0 final | Dylan M. Taylor | |
2021-05-27 | Merge pull request #522 from dylanmtaylor/fix-vm-detection-func | Anton Hvornum | |
Fix is_vm detection on real hardware | |||
2021-05-27 | Fix is_vm detection on real hardware | Dylan Taylor | |
2021-05-27 | Update custom-command-sample.json | Yash Tripathi | |
2021-05-27 | Merge pull request #520 from dylanmtaylor/descriptions | Anton Hvornum | |
Add descriptions for top-level profiles | |||
2021-05-27 | Add descriptions for top-level profiles | Dylan M. Taylor | |
2021-05-27 | Merge pull request #519 from dylanmtaylor/patch-2 | Anton Hvornum | |
Change ordering of example profiles | |||
2021-05-27 | Change ordering of example profiles | Dylan M. Taylor | |
2021-05-27 | Merge pull request #518 from advaithm/patch-1 | Anton Hvornum | |
Make it more clear what the desktop profile does | |||
2021-05-27 | made it more clear | nullrequest | |
using Redecorating's suggestion in the discord | |||
2021-05-27 | Make it more clear what the desktop profile does | nullrequest | |
2021-05-26 | Merge pull request #516 from l4zy0n3/master | Anton Hvornum | |
Incorporated some suggestions, some keys added in help table for config | |||
2021-05-26 | grammar fixes and json update | Yash Tripathi | |
2021-05-26 | Added new keys in table | Yash Tripathi | |
2021-05-25 | Removed EFI warning from doc index | Anton Hvornum | |
https://archinstall.readthedocs.io/en/latest/ |