index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | Fixed PR #273. Moved the graphic drivers into hardware since they are ↵ | Anton Hvornum | |
hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports. | |||
2021-04-10 | Fix issue #263 | Dylan Taylor | |
2021-04-10 | Multiple restructuring changes | Dylan Taylor | |
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-08 | sway, wayland specific files. drivers has also been split from xorg | advaithm | |
2021-04-07 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
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 | 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 | Remove TODO line - it's functional and tested to work. | Dylan M. Taylor | |
2021-04-07 | Fixed typos | nullrequest | |
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 | 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 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
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 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-07 | added return value for functions in hardware.py plus cpuVendor function | advaithm | |
2021-04-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-05 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-05 | Corrected for keymap before encrypt hook | Anton Hvornum | |
Also think that we should patch mkinitcpio, not replace it. Especially in the btrfs case where we simply just want to add `btrfs` to the `MODULES` section. | |||
2021-04-05 | Merge pull request #170 from SecondThundeR/master | Anton Hvornum | |
Add validation check for username | |||
2021-04-05 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-05 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-05 | Removed a TODO comment | Anton Hvornum | |
2021-04-04 | Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions' | Anton Hvornum | |
2021-04-04 | Removing background color definitions for all log functions | Zach Osman | |
2021-04-04 | Closed #110 | Zach Osman | |
2021-04-04 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-04 | Merge branch 'master' into fix-repo-url | Anton Hvornum | |
2021-04-04 | encryption_passwed -> encryption_password | Anton Hvornum | |
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-04-04 | Removed debugging, added an additional 'move back to beginning' and print ↵ | Anton Hvornum | |
the peak again. Added this to any pacstrap call. | |||
2021-04-04 | Added some debugging | Anton Hvornum | |
2021-04-04 | Added stripping of peak output to avoid new lines forming. | Anton Hvornum | |
2021-04-04 | Added error handling to sys_command's peak function. | Anton Hvornum | |
2021-04-04 | Moved import due to circular imports. | Anton Hvornum | |