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-03-08Reworked the guided partitioning logic to better match new expectations of fl...Anton Hvornum
2021-03-08Fixed expected return value from ask_for_disk_layout(). I think I have to thr...Anton Hvornum
2021-03-08Added a abort messageAnton Hvornum
2021-03-08Added a abort messageAnton Hvornum
2021-03-08Added a small menu instead of a one-liner to select what to do with the disk ...Anton Hvornum
2021-02-17Removed redundant variableAnton Hvornum
2021-02-17Added some forgotten importsAnton Hvornum
2021-02-17Simplified profile prep-execution slightly in guided.py. The code can be impr...Anton Hvornum
2021-02-17Simplifying the profile loading a bit, and adding some debugging for it.Anton Hvornum
2021-02-17Cleaning up guided.py a bit to be less complex and convoluted, while still pe...Anton Hvornum
2021-02-17Implemented #106 in branch skip-partitioning. Also moving the disk_password f...Anton Hvornum
2020-11-11Fixed generic_select() to accept (and break on) empty selects.Anton Hvornum
2020-10-19Fix typos.Varun Madiath
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Logical issue with how I'm used to dealing with selecting list indexes.Anton Hvornum
2020-10-18Wrong variable name (from a copy paste issue)Anton Hvornum
2020-10-18Added profile `desktop.py` which helps users select a desktop environment. Al...Anton Hvornum
2020-10-01Added user_interaction documentation.Anton Hvornum
2020-09-30Fixing a import logic issue. We don't want to trigger if __name__ ... during ...Anton Hvornum
2020-09-30Fixed a bug where if you selected a region by name, not number. It would bork...Anton Hvornum
2020-09-30Fixed a type-oAnton Hvornum
2020-09-30Finalized magic function _prep_function(). Gets returned when a profile is im...Anton Hvornum
2020-09-29Fixed some selection processes.Anton Hvornum
2020-09-29Adding a baseline xorg profile that can be called from other profiles. Such a...Anton Hvornum
2020-09-01Tweaking the mirror selection vs automatic mirror processes.Anton Hvornum
2020-09-01Fixed copy paste issue within code in the select function.Anton Hvornum
2020-09-01Spelling errorAnton Hvornum
2020-09-01Spelling errorAnton Hvornum
2020-09-01Added user interaction: select_mirror_RegionsAnton Hvornum
2020-09-01Added locale helpers in terms of keyboard language/layout. archinstall.list_k...Anton Hvornum
2020-07-06Converted the lib to a pip supported structure to make packaging easier. Also...Anton Hvornum