index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | Merge pull request #551 from m1ten/patch-1 | Anton Hvornum | |
adds python-sphinx in make dependency and manual | |||
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 | Merge pull request #568 from dylanmtaylor/patch-1 | Anton Hvornum | |
Only run publish_pypi when a tag is created on the master branch | |||
2021-06-10 | Only run publish_pypi when a tag is created on the master branch | Dylan M. Taylor | |
2021-06-10 | Merge pull request #565 from dylanmtaylor/patch-1 | Anton Hvornum | |
Exit codes are an 8 bit value and could be 0 through 255 | |||
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-10 | Merge pull request #548 from dylanmtaylor/umount-before-mklabel | Anton Hvornum | |
Try to solve issue with mklabel while partitions are mounted. | |||
2021-06-10 | Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ci | Anton Hvornum | |
Initial port of GitHub Actions to GitLab CI/CD | |||
2021-06-09 | Only print requires root messages if effective user id is not root | Dylan Taylor | |
2021-06-09 | Initial port of GitHub workspaces to GitLab CI/CD | 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-09 | Merge pull request #558 from JakobDev/cutefish | Anton Hvornum | |
Add Cutefish profile | |||
2021-06-09 | Linter hates on us if there's no comma at the end | Anton Hvornum | |
2021-06-09 | Remove cutefish from desktop.py | JakobDev | |
2021-06-07 | Use group instead of package list | JakobDev | |
2021-06-07 | Add noto-fonts to package list | JakobDev | |
2021-06-07 | Add Cutefish profile | JakobDev | |
2021-06-07 | Merge pull request #555 from m1ten/patch-3 | Anton Hvornum | |
version bump v2.3.0.dev0 | |||
2021-06-06 | version bump v2.3.0.dev0 | m1ten | |
2021-06-06 | Remove source check (not required) | m1ten | |
2021-06-05 | updated makedepends and added manual | m1ten | |
2021-06-03 | Merge pull request #546 from dylanmtaylor/patch-1 | Anton Hvornum | |
Attempt to avoid crashing when encountering swap partitions in has_content | |||
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-03 | Merge pull request #543 from dylanmtaylor/hardware-detection | Anton Hvornum | |
Add additional hardware debugging functions | |||
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 graphics device listing | 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 | 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 |