Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
AgeCommit message (Expand)Author
2021-06-13Removed old safety logics for partitions. Partitions will now always be forma...Anton Hvornum
2021-06-13Added multi-disk suggested layout. It's sorted on performance, and the first ...Anton Hvornum
2021-06-13This fixes https://github.com/archlinux/archinstall/pull/426#discussion_r6503...Anton Hvornum
2021-06-13Merge branch 'torxed-rework-partitioning' of github.com:archlinux/archinstall...Anton Hvornum
2021-06-13Working suggested single disk layout, preparing for multiple selections.Anton Hvornum
2021-06-11Added BlockDevice.spinning and BlockDevice.bus_typeAnton Hvornum
2021-06-11Made it so that the .partitions property of Install() fetches from live data,...Anton Hvornum
2021-06-10Fixed format detection on commands, should be using exit codes instead?Anton Hvornum
2021-06-10Renamed vfat -> fat32 for the purpose of consistency. Most actions are referr...Anton Hvornum
2021-06-10Added wipe support to layout definitions. Also changed default start position...Anton Hvornum
2021-06-10Merging in latest changes from master.Anton Hvornum
2021-06-10added --dry-run flag (#570)Yash Tripathi
2021-06-10Started working on partitioning logic from declarative layouts.Anton Hvornum
2021-06-10Merge pull request #552 from l4zy0n3/patch-1Anton Hvornum
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-07Started working on the load_layout functionAnton Hvornum
2021-06-06Removed the bulk of disk-operations from guided, and will move the logic into...Anton Hvornum
2021-06-06Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for t...Anton Hvornum
2021-06-06Added sorting logic for BlockDevice. Also swapped sys_command() to SysCommand...Anton Hvornum
2021-06-06As of Python 3.6 and 3.7, dictionaries are ordered by insertion by default. W...Anton Hvornum
2021-06-06updated creds helpYash Tripathi
2021-06-06changed block locationYash Tripathi
2021-06-06added support for seperating credentials from configYash Tripathi
2021-06-04Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...Anton Hvornum
2021-06-04Merged in changes from masterAnton Hvornum
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
2021-05-31Merge pull request #531 from Kibouo/masterAnton Hvornum