Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Collapse)Author
2021-04-11Fixed 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-10Fix issue #263Dylan Taylor
2021-04-10Multiple restructuring changesDylan Taylor
2021-04-09Merge pull request #251 from advaithm/torxed-v2.2.0Anton 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-09renamed driver.py to gfx_driver.py. also explictly check if we are using the ↵advaithm
propritery nvidia drivers
2021-04-08sway, wayland specific files. drivers has also been split from xorgadvaithm
2021-04-07Assume yes is the user's intention if empty response for pipewire promptDylan Taylor
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-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-07Remove TODO line - it's functional and tested to work.Dylan M. Taylor
2021-04-07Fixed typosnullrequest
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-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-07Change phrasing to indicate pulseaudio as defaultAnton Hvornum
2021-04-07Fix newline issue on fstab writesInsanemal
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines
2021-04-07added hasIntelCPUadvaithm
2021-04-06Move choice into guided installation instead of DEsDylan M. Taylor
Arch wiki says packages should enable the user services automatically
2021-04-07added return value for functions in hardware.py plus cpuVendor functionadvaithm
2021-04-06Merge branch 'master' into fix-undef-varsAnton Hvornum
2021-04-06Update installer.pyAnton Hvornum
2021-04-06Merge pull request #190 from advaithm/masterAnton Hvornum
post install hook
2021-04-06Merge pull request #188 from SecondThundeR/masterAnton Hvornum
Fix incorrect behavior for empty sudo username
2021-04-06added _post_install hook.advaithm
2021-04-05Fix incorrect behavior for empty sudo usernameSecondThundeR
2021-04-05Corrected for keymap before encrypt hookAnton 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-05Merge pull request #170 from SecondThundeR/masterAnton Hvornum
Add validation check for username
2021-04-05Update regex rule and move check to a functionSecondThundeR
2021-04-05Replace lowercase conversion with correct checkingSecondThundeR
2021-04-05Removed a TODO commentAnton Hvornum
2021-04-04Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions'Anton Hvornum
2021-04-04Removing background color definitions for all log functionsZach Osman
2021-04-04Closed #110Zach Osman
2021-04-04Add lowercase conversion for usernamesSecondThundeR
2021-04-04Merge branch 'master' into fix-repo-urlAnton Hvornum
2021-04-04encryption_passwed -> encryption_passwordAnton Hvornum
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-04-04Fix misspellingsRafael Fontenelle
2021-04-04Removed debugging, added an additional 'move back to beginning' and print ↵Anton Hvornum
the peak again. Added this to any pacstrap call.
2021-04-04Added some debuggingAnton Hvornum
2021-04-04Added stripping of peak output to avoid new lines forming.Anton Hvornum
2021-04-04Added error handling to sys_command's peak function.Anton Hvornum
2021-04-04Moved import due to circular imports.Anton Hvornum