index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-18 | Merge pull request #472 from dylanmtaylor/proofreading | Anton Hvornum | |
Proofreading: Fix misc. spelling and grammar issues | |||
2021-05-18 | Proofreading: Fix misc. spelling and grammar issues | Dylan Taylor | |
2021-05-18 | Merge pull request #471 from dylanmtaylor/patch-5 | Anton Hvornum | |
Remove unreachable code | |||
2021-05-18 | Remove unreachable code | Dylan M. Taylor | |
2021-05-18 | Merge pull request #470 from dylanmtaylor/patch-4 | Anton Hvornum | |
Remove PermissionError since it shadows the built-in of the same name | |||
2021-05-18 | Remove PermissionError since it shadows the built-in of the same name | Dylan M. Taylor | |
2021-05-18 | Merge pull request #468 from dylanmtaylor/patch-3 | Anton Hvornum | |
Add missing urllib.error import | |||
2021-05-18 | Merge pull request #469 from archlinux/torxed-fix-467 | Anton Hvornum | |
Incorrect variable names being used from copy paste. | |||
2021-05-18 | Incorrect variable names being used from copy paste. | Anton Hvornum | |
2021-05-17 | Add missing urllib.error import | Dylan M. Taylor | |
Fixes an unresolved reference Add missing urllib.error import | |||
2021-05-18 | Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that. | Anton Hvornum | |
2021-05-17 | Merge pull request #461 from archlinux/torxed-fix-459 | Anton Hvornum | |
Unlink existing ucodes when strapping them in. | |||
2021-05-18 | Converted from subprocess.check_output() to SysCommand() to hide ↵ | Anton Hvornum | |
cpu_vendor() output. | |||
2021-05-17 | Reverted 2afc317. Using Path().unlink() instead on ucode if they exist. | Anton Hvornum | |
2021-05-17 | Adding a pacman --overwrite declaration for ucodes. | Anton Hvornum | |
2021-05-17 | Merge PR #458: Pavucontrol to XCFE | Anton Hvornum | |
Add pavucontrol to XFCE profile | |||
2021-05-16 | Add pavucontrol to XFCE profile | Dylan M. Taylor | |
Adjusting volume doesn't work correctly without this - audio mixer shortcut is broken. | |||
2021-05-16 | Merge pull request #455 from dylanmtaylor/patch-3 | Anton Hvornum | |
Correct README (closes #421) | |||
2021-05-16 | Merge pull request #454 from dylanmtaylor/patch-2 | Anton Hvornum | |
Change LXQt back to SDDM per NullRequest's suggestion | |||
2021-05-16 | Merge pull request #456 from dylanmtaylor/patch-4 | Anton Hvornum | |
Add mirror reachability check | |||
2021-05-16 | Merge pull request #453 from dylanmtaylor/patch-1 | Anton Hvornum | |
Delete tts.py | |||
2021-05-15 | Add mirror reachability check | Dylan M. Taylor | |
Needed error handling Fix internet connection text not showing up and make it red | |||
2021-05-15 | Correct README (closes #421) | Dylan M. Taylor | |
Or we could switch the example to install awesome. One way or the other, let me know if you want me to change this. | |||
2021-05-15 | Change LXQt back to SDDM per NullRequest's suggestion | Dylan M. Taylor | |
https://github.com/lxqt/lxqt/issues/795 | |||
2021-05-15 | Delete tts.py | Dylan M. Taylor | |
This is an empty file, and as far as I can tell it's unused. | |||
2021-05-15 | Merge pull request #451 from dylanmtaylor/formatting2 | Anton Hvornum | |
More formatting fixes and other quality of life improvements | |||
2021-05-15 | Merge pull request #452 from dylanmtaylor/lxqt-lightdm | Anton Hvornum | |
Switch LXQt to use LightDM to be consistent with other DEs | |||
2021-05-15 | Fix some variable shadowing issues | Dylan Taylor | |
2021-05-15 | Perform refactoring to PEP 8 naming conventions | Dylan Taylor | |
2021-05-15 | Missed a couple of profiles; reformat package lists for these too. | Dylan Taylor | |
2021-05-15 | Merge branch 'lxqt-lightdm' into formatting2 | Dylan Taylor | |
2021-05-15 | One package per line formatting in profiles - easier to read/maintain | Dylan Taylor | |
2021-05-15 | Switch LXQt to use LightDM to be consistent with other DEs. | Dylan Taylor | |
2021-05-15 | reintroduce this line, seems to be needed for install to work despite being ↵ | Dylan M. Taylor | |
detected as unused | |||
2021-05-15 | Fix missing Optional import | Dylan M. Taylor | |
2021-05-15 | archinstall/__init__.py changes | Dylan Taylor | |
2021-05-15 | Merge pull request #450 from charlesvdv/master | Anton Hvornum | |
propagate options when mounting a partition | |||
2021-05-15 | Fix mutable default arguments | Dylan Taylor | |
https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments | |||
2021-05-15 | Remove some redundant parenthesis | Dylan Taylor | |
2021-05-15 | Fix E713 test for membership should be 'not in' | Dylan Taylor | |
2021-05-15 | Fix E712 | Dylan Taylor | |
2021-05-15 | More formatting fixes to satisfy PEP 8 | Dylan Taylor | |
2021-05-15 | Merge pull request #449 from dylanmtaylor/f-string-fixes | Anton Hvornum | |
Make some f-string fixes | |||
2021-05-15 | Fix E101: mix of spaces and tabs | Dylan Taylor | |
2021-05-15 | propagate options when mounting a partition | Charles Vandevoorde | |
2021-05-15 | f-string fixes | Dylan Taylor | |
2021-05-15 | Merge pull request #448 from dylanmtaylor/whitespace | Anton Hvornum | |
More minor whitespace changes | |||
2021-05-15 | Split filesystem message into multiple lines | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Merge pull request #447 from dylanmtaylor/formatting | Anton Hvornum | |
Very selectively fix some PEP 8 issues and other manual formatting changes |