Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-08Add .pyproject.toml file for PEP 517 compliancePyfisch
2021-04-08Update regex rule and move check to a functionSecondThundeR
2021-04-08Replace lowercase conversion with correct checkingSecondThundeR
2021-04-08Add lowercase conversion for usernamesSecondThundeR
2021-04-08Update installer.pyAnton Hvornum
2021-04-08Fix undefined variables in installerRuslan Kiyanchuk
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08sway, wayland specific files. drivers has also been split from xorgadvaithm
2021-04-08Merging in master into feature branch.Anton Hvornum
2021-04-08Merge pull request #232 from advaithm/torxed-v2.2.0Anton Hvornum
removed post_install hook for kde plasma
2021-04-08Merge pull request #230 from dylanmtaylor/pipewire-in-desktop-profileAnton Hvornum
Only ask for audio server selection on a desktop profile (depends on #219)
2021-04-08Safety precaution by using .get instead of ["..."]Anton Hvornum
2021-04-08Merge pull request #231 from dylanmtaylor/patch-2Anton Hvornum
Break web browser suggestion into second line to avoid wrapping
2021-04-08Merge pull request #219 from dylanmtaylor/minimal-install-profileAnton Hvornum
Add minimal profile and implement idea of 'top-level' profiles
2021-04-08Merge pull request #228 from dylanmtaylor/patch-1Anton Hvornum
Make the minimal installation example use the minimal profile instead of awesome wm
2021-04-08Merge pull request #1 from archlinux/masterInsanemal
Sync to master
2021-04-08Update kde.pyadvaithm
2021-04-08removed post_install hookadvaithm
2021-04-07Assume yes is the user's intention if empty response for pipewire promptDylan Taylor
2021-04-07Make audio server selection only prompt for desktop profilesDylan Taylor
2021-04-07Break web browser suggestion into second line to avoid wrappingDylan M. Taylor
2021-04-07Make the minimal installation example use the minimal profile instead of ↵Dylan M. Taylor
awesome wm
2021-04-07Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵Dylan Taylor
torxed-v2.2.0
2021-04-07Merge pull request #221 from advaithm/torxed-v2.2.0Anton Hvornum
added support to automagically add ucode to initrd
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵Dylan Taylor
minimal-install-profile
2021-04-07Remove ,newline='\n' so this branch works for testingDylan Taylor
This change is already merged but add to this branch for testing
2021-04-07Clean up comments a bitDylan M. Taylor
2021-04-07Remove TODO line - it's functional and tested to work.Dylan M. Taylor
2021-04-07Fixed typosnullrequest
2021-04-07Fix issue with prep functionDylan Taylor
2021-04-07Merge pull request #223 from jatin-cbs/masterAnton Hvornum
Remove gnome-todo and gnome-sound-recorder from default installation
2021-04-07Remove gnome-todo and gnome-sound-recorder from default installationJatin
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-07Add i3 selections to desktop fileDylan Taylor
2021-04-07Add filtration on top level profileDylan Taylor
2021-04-07Merge PR #208: Temporary incorp of audio selectionAnton Hvornum
Implement PipeWire sound server as an option, merging so we can work on this more. No this will not make it into the release as-is, it's just a working branch and this will change :)
2021-04-07Reverted a change with newline to openAnton Hvornum
2021-04-07Add minimal profile and implement idea of 'top-level' profilesDylan Taylor
2021-04-07added support to automatically add ucode to initrdadvaithm
2021-04-07Merge pull request #217 from advaithm/torxed-v2.2.0Anton Hvornum
added isVM function
2021-04-07added isVM functionadvaithm
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-07Merge pull request #212 from advaithm/torxed-v2.2.0Anton Hvornum
added return value for functions in hardware.py plus cpuVendor function
2021-04-07Change phrasing to indicate pulseaudio as defaultAnton Hvornum
2021-04-07Switched from print to installation.logAnton Hvornum
2021-04-07Merge pull request #215 from insanemal/newline-fixAnton Hvornum
Fix newline issue on fstab writes
2021-04-07Fix newline issue on fstab writesInsanemal
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines