index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Setting proper keys in exported config (#557) | Yash Tripathi | |
* Set the resolved profile path to the actual desktop environment * split Nvidia driver list into proprietary and open-source * Updated select_driver to use archinstall.arguments for driver selection * Adding default value that works with later .get() * audio will now be prompted irrespective of profile | |||
2021-06-13 | Implement is_desktop_profile helper function (#575) | Dylan M. Taylor | |
* Implement is_desktop_profile helper function * Make ask_for_audio_selection use generic_select * Fix default value for audio selection * Leverage list of supported desktops to perform is_desktop_profile check * is_desktop_profile was missing a default return value * Store return value for audio server | |||
2021-06-10 | Merge pull request #569 from dylanmtaylor/patch-1 | Anton Hvornum | |
Add a message when running check_mirror_reachable to let users know it's not frozen | |||
2021-06-10 | Clarify driver recommendations (#572) | Dylan M. Taylor | |
2021-06-10 | added --dry-run flag (#570) | Yash Tripathi | |
* added --dry-run flag | |||
2021-06-10 | Add a message when running check_mirror_reachable to let users know it is ↵ | Dylan M. Taylor | |
not frozen. | |||
2021-06-10 | Merge pull request #552 from l4zy0n3/patch-1 | Anton Hvornum | |
added support for optionally seperating credentials from config | |||
2021-06-10 | Merge pull request #537 from archlinux/torxed-fix-517 | Anton Hvornum | |
Introduces the use of HTTP mirrors additionally | |||
2021-06-10 | Merge pull request #538 from archlinux/torxed-fix-536 | Anton Hvornum | |
Attempt to fix issue regarding broken output | |||
2021-06-10 | Exit codes are an 8 bit value and could be 0 through 255 | Dylan M. Taylor | |
We also don't need to check the exit code - this message should just be displayed if we are not root | |||
2021-06-10 | Merge pull request #562 from dylanmtaylor/hide-requires-root-if-root | Anton Hvornum | |
Only print requires root messages if effective user id is not root | |||
2021-06-10 | Merge pull request #559 from dylanmtaylor/patch-1 | Anton Hvornum | |
Proposal: Split Nvidia so that there are two options for it | |||
2021-06-09 | Only print requires root messages if effective user id is not root | Dylan Taylor | |
2021-06-09 | Try to unmount devices before attempting to run mklabel | Dylan M. Taylor | |
2021-06-09 | Split Nvidia so that there are two options for it | Dylan M. Taylor | |
This makes selecting an Nvidia driver simpler and makes it apparent that we support both open-source and proprietary from the initial selection. | |||
2021-06-06 | updated creds help | Yash Tripathi | |
2021-06-06 | changed block location | Yash Tripathi | |
2021-06-06 | added support for seperating credentials from config | Yash Tripathi | |
2021-06-03 | Attempt to avoid crashing when encountering swap partitions in has_content() | Dylan M. Taylor | |
2021-06-03 | Merge pull request #542 from dylanmtaylor/bootloader-directory-creation | Anton Hvornum | |
Add some safeguards to create directories before writing files | |||
2021-06-03 | Add some safeguards to create directories before writing files | Dylan Taylor | |
2021-06-03 | Merge pull request #539 from archlinux/torxed-improve-logging | Anton Hvornum | |
Adding --debug and other log enhancements | |||
2021-06-02 | Clean up graphics driver output | Dylan Taylor | |
2021-06-02 | Fix my Quadro T1000 not being detected | Dylan Taylor | |
2021-06-02 | Add hardware logging to beginning of installation | Dylan Taylor | |
2021-06-02 | Add additional hardware functions | Dylan Taylor | |
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 | |