index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Merge pull request #251 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
Split drivers from xorg and create a seprate profile for wayland. Remove the use of sddm from sway and raise issues with the nvidia drivers | |||
2021-04-09 | renamed driver.py to gfx_driver.py. also explictly check if we are using the ↵ | advaithm | |
propritery nvidia drivers | |||
2021-04-09 | Update sway.py | advaithm | |
2021-04-09 | added information on how to start sway | advaithm | |
2021-04-09 | Update sway.py | advaithm | |
2021-04-08 | sway, wayland specific files. drivers has also been split from xorg | advaithm | |
2021-04-08 | Merging in master into feature branch. | Anton Hvornum | |
2021-04-08 | Merge pull request #232 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
removed post_install hook for kde plasma | |||
2021-04-08 | Merge pull request #230 from dylanmtaylor/pipewire-in-desktop-profile | Anton Hvornum | |
Only ask for audio server selection on a desktop profile (depends on #219) | |||
2021-04-08 | Safety precaution by using .get instead of ["..."] | Anton Hvornum | |
2021-04-08 | Merge pull request #231 from dylanmtaylor/patch-2 | Anton Hvornum | |
Break web browser suggestion into second line to avoid wrapping | |||
2021-04-08 | Merge pull request #219 from dylanmtaylor/minimal-install-profile | Anton Hvornum | |
Add minimal profile and implement idea of 'top-level' profiles | |||
2021-04-08 | Merge pull request #228 from dylanmtaylor/patch-1 | Anton Hvornum | |
Make the minimal installation example use the minimal profile instead of awesome wm | |||
2021-04-08 | Update kde.py | advaithm | |
2021-04-08 | removed post_install hook | advaithm | |
2021-04-07 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-07 | Make audio server selection only prompt for desktop profiles | Dylan Taylor | |
2021-04-07 | Break web browser suggestion into second line to avoid wrapping | Dylan M. Taylor | |
2021-04-07 | Make the minimal installation example use the minimal profile instead of ↵ | Dylan M. Taylor | |
awesome wm | |||
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
torxed-v2.2.0 | |||
2021-04-07 | Merge pull request #221 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added support to automagically add ucode to initrd | |||
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
minimal-install-profile | |||
2021-04-07 | Remove ,newline='\n' so this branch works for testing | Dylan Taylor | |
This change is already merged but add to this branch for testing | |||
2021-04-07 | Clean up comments a bit | Dylan M. Taylor | |
2021-04-07 | Remove TODO line - it's functional and tested to work. | Dylan M. Taylor | |
2021-04-07 | Fixed typos | nullrequest | |
2021-04-07 | Fix issue with prep function | Dylan Taylor | |
2021-04-07 | Merge pull request #223 from jatin-cbs/master | Anton Hvornum | |
Remove gnome-todo and gnome-sound-recorder from default installation | |||
2021-04-07 | Remove gnome-todo and gnome-sound-recorder from default installation | Jatin | |
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-07 | Add i3 selections to desktop file | Dylan Taylor | |
2021-04-07 | Add filtration on top level profile | Dylan Taylor | |
2021-04-07 | Merge PR #208: Temporary incorp of audio selection | Anton 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-07 | Reverted a change with newline to open | Anton Hvornum | |
2021-04-07 | Add minimal profile and implement idea of 'top-level' profiles | Dylan Taylor | |
2021-04-07 | added support to automatically add ucode to initrd | advaithm | |
2021-04-07 | Merge pull request #217 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added isVM function | |||
2021-04-07 | added isVM function | advaithm | |
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-07 | Merge pull request #212 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added return value for functions in hardware.py plus cpuVendor function | |||
2021-04-07 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-07 | Switched from print to installation.log | Anton Hvornum | |
2021-04-07 | Merge pull request #215 from insanemal/newline-fix | Anton Hvornum | |
Fix newline issue on fstab writes | |||
2021-04-07 | Fix newline issue on fstab writes | Insanemal | |
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines | |||
2021-04-07 | added hasIntelCPU | advaithm | |
2021-04-06 | Have pulseaudio installed just in case DEs don't depend on it if pipewire is ↵ | Dylan Taylor | |
not requested. | |||
2021-04-06 | Try removing pipewire.py and calling add additional packages | Dylan Taylor | |
Unfortunately, calling the profile was not working. |