Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
user_interaction.py
Age
Commit message (
Expand
)
Author
2020-10-19
Fix typos.
Varun Madiath
2020-10-18
Added error handling to guided.py when not selecting a profile to install.
Anton Hvornum
2020-10-18
Logical issue with how I'm used to dealing with selecting list indexes.
Anton Hvornum
2020-10-18
Wrong variable name (from a copy paste issue)
Anton Hvornum
2020-10-18
Added profile `desktop.py` which helps users select a desktop environment. Al...
Anton Hvornum
2020-10-01
Added user_interaction documentation.
Anton Hvornum
2020-09-30
Fixing a import logic issue. We don't want to trigger if __name__ ... during ...
Anton Hvornum
2020-09-30
Fixed a bug where if you selected a region by name, not number. It would bork...
Anton Hvornum
2020-09-30
Fixed a type-o
Anton Hvornum
2020-09-30
Finalized magic function _prep_function(). Gets returned when a profile is im...
Anton Hvornum
2020-09-29
Fixed some selection processes.
Anton Hvornum
2020-09-29
Adding a baseline xorg profile that can be called from other profiles. Such a...
Anton Hvornum
2020-09-01
Tweaking the mirror selection vs automatic mirror processes.
Anton Hvornum
2020-09-01
Fixed copy paste issue within code in the select function.
Anton Hvornum
2020-09-01
Spelling error
Anton Hvornum
2020-09-01
Spelling error
Anton Hvornum
2020-09-01
Added user interaction: select_mirror_Regions
Anton Hvornum
2020-09-01
Added locale helpers in terms of keyboard language/layout. archinstall.list_k...
Anton Hvornum
2020-07-06
Converted the lib to a pip supported structure to make packaging easier. Also...
Anton Hvornum