Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/hardware.py
AgeCommit message (Expand)Author
2021-05-27Fix is_vm detection on real hardwareDylan Taylor
2021-05-18Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.Anton Hvornum
2021-05-18Converted from subprocess.check_output() to SysCommand() to hide cpu_vendor()...Anton Hvornum
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Some additional formattingDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-12some type hint fixes and a bad catch fixadvaithm
2021-05-05Change graphics driver selection based on #414Dylan Taylor
2021-04-29typo: none 0 is incorrect grammarDylan M. Taylor
2021-04-29Cleaning up packages. (#374)Anton Hvornum
2021-04-11Use generic_select for GPU driverDylan Taylor
2021-04-11Fixed PR #273. Moved the graphic drivers into hardware since they are hardwar...Anton Hvornum
2021-04-07added isVM functionadvaithm
2021-04-07added hasIntelCPUadvaithm
2021-04-07added return value for functions in hardware.py plus cpuVendor functionadvaithm
2021-04-02Merging master into feature branch.Anton Hvornum
2021-04-01Simplify boolean checksRichard Neumann
2021-03-12add function to check cpu vendor to allow for cpu specific command line argum...advaithm
2021-01-25Added some basic/crude graphics checks in hardware.pyAnton Hvornum
2021-01-25Created an embryo for hardware detection. Supports detecting WiFi and UEFI. T...Anton Hvornum