index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-02 | Wrong variable name | Anton Hvornum | |
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 | Introduces HTTP mirror selection | Anton Hvornum | |
2021-05-31 | Remove comment that no longer applies | Dylan M. Taylor | |
2021-05-31 | Merge pull request #531 from Kibouo/master | Anton Hvornum | |
Fix typo in error msg | |||
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-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-27 | Update version for 2.2.0 final | Dylan M. Taylor | |
2021-05-27 | Fix is_vm detection on real hardware | Dylan Taylor | |
2021-05-27 | Change ordering of example profiles | Dylan M. Taylor | |
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-24 | Adding support for --plugin=<plugin path> | Anton Hvornum | |
2021-05-24 | Added a number of on_<event> hooks for different stages of the installation. | Anton Hvornum | |
2021-05-24 | Added/moved comments. | Anton Hvornum | |
2021-05-24 | Pleasing the linter gods | Anton Hvornum | |
2021-05-24 | Added optional version handling. And improved error handling a bit. | Anton Hvornum | |
2021-05-24 | Added a comment | Anton Hvornum | |
2021-05-24 | Added better error handling. | Anton Hvornum | |
2021-05-24 | Implemented load_plugin() which handles local or remote paths. Also added ↵ | Anton Hvornum | |
some error handling surrounding the loading of plugins. | |||
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Added a comment | Anton Hvornum | |
2021-05-24 | Pleasing the linter gods | Anton Hvornum | |
2021-05-24 | Removed empty whitespace | Anton Hvornum | |
2021-05-24 | Added redundant argument creation. | Anton Hvornum | |
2021-05-24 | Switched plugin strategty. Now uses built-in entrypoints to source and load ↵ | Anton Hvornum | |
the plugins. This is the default method provided by Python, and is the cleanest so far I think. | |||
2021-05-24 | Syncing in latest changes from master | Anton Hvornum | |
2021-05-24 | Merged in latest changes from master | Anton Hvornum | |
2021-05-23 | Fixes #489 | Anton Hvornum | |
2021-05-23 | Spelling error | Anton Hvornum | |
2021-05-23 | Merge branch 'master' of github.com:archlinux/archinstall | Anton Hvornum | |
2021-05-23 | Version bump for tagging. | Anton Hvornum | |
2021-05-23 | removed debug code | Yash Tripathi | |
2021-05-23 | bringing back the old method for parsing extra args as config values | Yash Tripathi | |
2021-05-22 | Forgot an important import. | Anton Hvornum | |
2021-05-22 | Fixes docstrings. | Anton Hvornum | |
2021-05-22 | Re-worked the select_profile() user interaction. It no longer takes options ↵ | Anton Hvornum | |
as a parameter, instead it sources the profiles available, prints a curated list but allows for any input that is a valid profile. | |||
2021-05-22 | Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use ↵ | Anton Hvornum | |
contexts, we have to flush the output manually here to avoid newlines not being before the next output. | |||
2021-05-22 | fixed bootloader flag not being set | advaithm | |