Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Expand)Author
2021-09-06Refactor meminfo() to allow direct key accessRichard Neumann
2021-09-06Merge branch 'master' into native_cpu_detectionAnton Hvornum
2021-09-06Merge pull request #610 from luckspt/patch-2Anton 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-09-06Merge branch 'master' into masterAnton Hvornum
2021-09-06Merge pull request #600 from monosans/comprehensionAnton Hvornum
2021-09-06Corrected some minor modifications mentioned in #595 as well as merged in lat...Anton Hvornum
2021-08-20Remove excess newlineRichard Neumann
2021-08-20Rewrite CPU vendor detection functionsRichard Neumann
2021-08-20Add cpuinfo()Richard Neumann
2021-07-28TypoLucas Pinto
2021-07-22Update hardware.pyCYPT71
2021-07-19Mention GNOME and KDE's soft dependency on NetworkManager in the installj-james
2021-07-18fix for #602, running mklabel before formattingYash Tripathi
2021-07-18created load_config() to load configurationYash Tripathi
2021-07-16Replace for loops with comprehensionsmonosans
2021-07-07Fix encryption + grub both in UEFI and BIOS systems.Hamad Al Marri
2021-06-13Change graphics driver prompt to better indicate default actionDylan M. Taylor
2021-06-13Setting proper keys in exported config (#557)Yash Tripathi
2021-06-13Implement is_desktop_profile helper function (#575)Dylan M. Taylor
2021-06-10Merge pull request #569 from dylanmtaylor/patch-1Anton Hvornum
2021-06-10Clarify driver recommendations (#572)Dylan M. Taylor
2021-06-10Add a message when running check_mirror_reachable to let users know it is not...Dylan M. Taylor
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
2021-06-10Merge pull request #538 from archlinux/torxed-fix-536Anton Hvornum
2021-06-10Exit codes are an 8 bit value and could be 0 through 255Dylan M. Taylor
2021-06-10Merge pull request #562 from dylanmtaylor/hide-requires-root-if-rootAnton Hvornum
2021-06-10Merge pull request #559 from dylanmtaylor/patch-1Anton Hvornum
2021-06-09Only print requires root messages if effective user id is not rootDylan Taylor
2021-06-09Try to unmount devices before attempting to run mklabelDylan M. Taylor
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
2021-06-03Attempt to avoid crashing when encountering swap partitions in has_content()Dylan M. Taylor
2021-06-03Merge pull request #542 from dylanmtaylor/bootloader-directory-creationAnton Hvornum
2021-06-03Add some safeguards to create directories before writing filesDylan Taylor
2021-06-03Merge pull request #539 from archlinux/torxed-improve-loggingAnton Hvornum
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-06-02Wrong variable nameAnton Hvornum
2021-06-02Remove line explaining desktop profileDylan Taylor
2021-06-02Add description to profile listingDylan Taylor
2021-06-02Adding more granular debuggingAnton Hvornum
2021-06-02Attempt to fix issue regarding broken outputAnton Hvornum
2021-06-02Added docstringsAnton Hvornum
2021-06-01Windows fix + Sorting based on listAnton Hvornum
2021-06-01Introduces HTTP mirror selectionAnton Hvornum
2021-05-31Remove comment that no longer appliesDylan M. Taylor