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
2021-04-09
Added a 'use /mnt' option to the formatted #124. This has not yet been tested...
Anton Hvornum
2021-04-09
Merge pull request #250 from insanemal/insanemal-patch-2
Anton Hvornum
2021-04-09
Off by one in generic_selection out of bounds check
Insanemal
2021-04-08
I simplified the countdown, by moving it into it's own function instead of wr...
Anton Hvornum
2021-04-06
Merge pull request #188 from SecondThundeR/master
Anton Hvornum
2021-04-05
Fix incorrect behavior for empty sudo username
SecondThundeR
2021-04-05
Merge pull request #170 from SecondThundeR/master
Anton Hvornum
2021-04-05
Update regex rule and move check to a function
SecondThundeR
2021-04-05
Replace lowercase conversion with correct checking
SecondThundeR
2021-04-04
Removing background color definitions for all log functions
Zach Osman
2021-04-04
Add lowercase conversion for usernames
SecondThundeR
2021-04-04
Fix misspellings
Rafael Fontenelle
2021-04-03
Fixes #149 as well as --help. This will be added in the next patch release.
Anton Hvornum
2021-03-30
Add range check to disk selection
kpcyrd
2021-03-30
Add range check to generic_select
kpcyrd
2021-03-29
Merge pull request #123 from Torxed/torxed-v2.2.3
Anton Hvornum
2021-03-29
Reverting .strip() logic and moving the check into the get_password() function.
Anton Hvornum
2021-03-29
Fix spelling error in filesystem choice
Didr
2021-03-28
Fixed a path-check issue with Time Zones.
Anton Hvornum
2021-03-24
Removed vfat as an option for the root partition
Anton Hvornum
2021-03-21
Improved english grammar and dialogues. Some 'questions' were formatted in a ...
Anton Hvornum
2021-03-20
Removed search logic for mirrors since we now have column-printouts, the colu...
Anton Hvornum
2021-03-20
Fix number padding based on length of the highest option index - instead of u...
Ninchester
2021-03-20
Make option list 0-index based
Ninchester
2021-03-20
Add margin at the bottom
Ninchester
2021-03-20
Print options in columns
Ninchester
2021-03-20
Added helper functions for #81. So that we have a basic information about the...
Anton Hvornum
2021-03-20
Fixed #64. installation.set_timezone() already excisted since earlier version...
Anton Hvornum
2021-03-14
Corrected some spelling errors and wrong variables.
Anton Hvornum
2021-03-08
Reworked the guided partitioning logic to better match new expectations of fl...
Anton Hvornum
2021-03-08
Fixed expected return value from ask_for_disk_layout(). I think I have to thr...
Anton Hvornum
2021-03-08
Added a abort message
Anton Hvornum
2021-03-08
Added a abort message
Anton Hvornum
2021-03-08
Added a small menu instead of a one-liner to select what to do with the disk ...
Anton Hvornum
2021-02-17
Removed redundant variable
Anton Hvornum
2021-02-17
Added some forgotten imports
Anton Hvornum
2021-02-17
Simplified profile prep-execution slightly in guided.py. The code can be impr...
Anton Hvornum
2021-02-17
Simplifying the profile loading a bit, and adding some debugging for it.
Anton Hvornum
2021-02-17
Cleaning up guided.py a bit to be less complex and convoluted, while still pe...
Anton Hvornum
2021-02-17
Implemented #106 in branch skip-partitioning. Also moving the disk_password f...
Anton Hvornum
2020-11-11
Fixed generic_select() to accept (and break on) empty selects.
Anton Hvornum
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
[next]