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
2022-05-14Adds nvidia-open package as an option. (#1176)Dylan M. Taylor
2022-02-02Torxed fix sys command calls (#932)Anton Hvornum
2022-02-02forgot import of log()Anton Hvornum
2022-02-02forgot import of log()Anton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum
2021-10-21Improve type hintRichard Neumann
2021-10-21Generalize CPU vendor detectionRichard Neumann
2021-10-21Remove useless initialization of mem_info = {}Richard Neumann
2021-10-21Update type hintsRichard Neumann
2021-09-06Merge pull request #623 from conqp/clean_hardware_importsAnton Hvornum
2021-09-06Merge pull request #626 from conqp/refactor_meminfoAnton Hvornum
2021-09-06Merge pull request #625 from conqp/fix_tab_indentationAnton Hvornum
2021-09-06Fix indentation with tabs instead of spacesRichard Neumann
2021-09-06Refactor meminfo() to allow direct key accessRichard Neumann
2021-09-06Remove unused import of jsonRichard Neumann
2021-09-06Refactor cpu_model() to use cpuinfo()Richard Neumann
2021-09-06Refactor cpu_vendor() to use cpuinfo()Richard Neumann
2021-09-06Merge branch 'master' into native_cpu_detectionAnton Hvornum
2021-09-06Merge pull request #605 from CYPT71/patch-1Anton Hvornum
2021-09-06Added exception handling to check_outputAnton Hvornum
2021-09-06No need for try/catch any longer.Anton Hvornum
2021-08-20Remove excess newlineRichard Neumann
2021-08-20Rewrite CPU vendor detection functionsRichard Neumann
2021-08-20Add cpuinfo()Richard Neumann
2021-07-22Update hardware.pyCYPT71
2021-07-16Replace for loops with comprehensionsmonosans
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
2021-06-02Clean up graphics driver outputDylan Taylor
2021-06-02Fix my Quadro T1000 not being detectedDylan Taylor
2021-06-02Add hardware logging to beginning of installationDylan Taylor
2021-06-02Add additional hardware functionsDylan Taylor
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