Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/user_interaction.py
AgeCommit message (Expand)Author
2021-06-14Unifying partioning logic into one function when managing partitions. Rather ...Anton Hvornum
2021-06-14Merged in masterAnton Hvornum
2021-06-14Re-structuring partition flowAnton Hvornum
2021-06-14Legacy re-name of function.Anton Hvornum
2021-06-14Synced master into partitioning branchAnton Hvornum
2021-06-13Change graphics driver prompt to better indicate default actionDylan M. Taylor
2021-06-13Started on multiple-disk-re-usage selection process.Anton Hvornum
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-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-13Working suggested single disk layout, preparing for multiple selections.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-10Clarify driver recommendations (#572)Dylan M. Taylor
2021-06-10Merging in latest changes from master.Anton Hvornum
2021-06-10Started working on partitioning logic from declarative layouts.Anton Hvornum
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton 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-04Merge branch 'master' of github.com:archlinux/archinstall into torxed-rework-...Anton Hvornum
2021-06-04Merged in changes from masterAnton Hvornum
2021-06-02Remove line explaining desktop profileDylan Taylor
2021-06-02Add description to profile listingDylan Taylor
2021-06-01Windows fix + Sorting based on listAnton Hvornum
2021-05-27Change ordering of example profilesDylan M. Taylor
2021-05-27made it more clearnullrequest
2021-05-27Make it more clear what the desktop profile doesnullrequest
2021-05-24Merged in latest changes from masterAnton Hvornum
2021-05-22Forgot an important import.Anton Hvornum
2021-05-22Fixes docstrings.Anton Hvornum
2021-05-22Re-worked the select_profile() user interaction. It no longer takes options a...Anton Hvornum
2021-05-21Merging in latest changes from master and resolved conflicts.Anton Hvornum
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Remove some redundant parenthesisDylan Taylor
2021-05-15Fix E712 Dylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-12Merge pull request #422 from arieboven/print_large_list_fixAnton Hvornum
2021-05-12Merge pull request #379 from SecondThundeR/multi-select-updateAnton Hvornum
2021-05-11Renamed keyboard-language to keyboard-layout to avoid confusion. Added encryp...Anton Hvornum
2021-05-11Fixed line-ending issue after using generic_multi_select()Anton Hvornum
2021-05-11Spelling errors, and filtered the output a bit.Anton Hvornum
2021-05-10Tested the workflow, and it works pretty decent. There's some kinks to work o...Anton Hvornum
2021-05-10Tested creating partitions and deleting them. Kinda works now.Anton Hvornum
2021-05-10Added Partition() properties: sector_size, start, end, boot, partition_type a...Anton Hvornum