index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | Add clarifying log text for generic_select | SecondThundeR | |
2021-04-20 | Fix TabError issue after uncommenting | SecondThundeR | |
2021-04-20 | Fix infinite loop on incorrect input of gateway IP | SecondThundeR | |
2021-04-20 | Uncomment new check for gateway IP address | SecondThundeR | |
2021-04-20 | Add sort parameter for generic_select | SecondThundeR | |
Updated required features to support these change | |||
2021-04-19 | Update some functions | SecondThundeR | |
Here are list of changes: - Added IP/subnet validation using Python's `ipaddress` module - Added workaround for network configuration modes where user can enter DHCP or IP without brackets. - Returned local printing options for some functions to keep `The above list...` - Moved booleans for `generic_select` below options and text parameters - Imported some functions from `archinstall` to reduce the`archinstall.` part of the lines. - Reduced variable name length for simplicity - Fixed some typos | |||
2021-04-17 | Replace input with generic_select where necessary | SecondThundeR | |
Here are list of changes: > From now on, `generic_select` will be called "Select function", for clarity - Slightly updated select function - Removed options output for some functions, where it's better to do with select function - Added sorting for all lists passed to select function - Replaced `dict.values()` with `dict` as options parameter - Simplified input checking for all functions that use the select function - Added temporary *(for now)* workaround for passing `?` and `help` inputs - Merged fix for `partition.format()` | |||
2021-04-17 | Initial rework of generic_select function | SecondThundeR | |
Here are list of changes: - Removed `sort` parameter, since every function has a sorted list in most cases - Added two new parameters to disable local output of options items and allow empty input from the user by returning None - Added a while loop, where it returns each time a RequirementError is raised - Added log info for each input error to help figure out what the problem is - Changed the check of the stripped input length to compare with 0, since the length cannot be less than 0 - Changed `isdigit` to `isnumeric`, which returns False if given digit is negative - Slightly changed a check for an out of range error - Removed displaying the list of available options when input is incorrect, in order to prevent the screen from overflowing - Added log info if options list is empty - Added log info if options are not dictionary or list - Added dictionary values conversion to accept only list and dictionaries as option - Added sorting dictionary values by default | |||
2021-04-17 | Fix selecting language layout by name | Владислав | |
2021-04-15 | Spelling error | Anton Hvornum | |
2021-04-15 | Bump to 2.1.4 | Dylan M. Taylor | |
2021-04-14 | Increased margin to facilitate error output | Anton Hvornum | |
2021-04-14 | Removed layout filtering | Anton Hvornum | |
This caused languages such as `be-latin1` to be hidden both in Search and direct input. Because as an example that layout belongs to `azerty` and not `qwerty`. | |||
2021-04-14 | Added a default keyboard layout | Anton Hvornum | |
This is just in case either the search step or the selector inputs nothing. Something has to be set, and the default is US. | |||
2021-04-14 | Modified return value back to {} | Anton Hvornum | |
2021-04-14 | Reverted back to raise | Anton Hvornum | |
2021-04-14 | Converted back to a raise exception. | Anton Hvornum | |
Since we simply forgot to actually call `raise` here (my bad) I think that will be better, and we handle it where we need to. | |||
2021-04-14 | typo | advaithm | |
2021-04-14 | return {} not None | advaithm | |
2021-04-14 | git automerge removed some important stuff | advaithm | |
2021-04-14 | rebased to latest commits | advaithm | |
2021-04-14 | fixed issues raised in a review | advaithm | |
2021-04-13 | Modifying to enable piping in custom environment variables. This is ↵ | Anton Hvornum | |
required to disable systemd coloring and paging when querying for service states. Otherwise it returns unreliable data that can cause hanging. | |||
2021-04-13 | Closing forked process PID in order to close any ramining open file handles. | Anton Hvornum | |
2021-04-13 | Fixing a logic issue with ask_to_configure_network(). It no longer returns ↵ | Anton Hvornum | |
None if skipped, it returns a dict so that we can do sub-level logic checks in guided. | |||
2021-04-13 | Added option to not touch mirror-list. Example if archlinux.org times out, ↵ | Anton Hvornum | |
use the existing mirror-list without trying to overwrite it. | |||
2021-04-13 | Merge pull request #295 from dylanmtaylor/patch-3 | Anton Hvornum | |
Default timezone to UTC (very useful for servers) | |||
2021-04-13 | Merge pull request #289 from dylanmtaylor/chroot-prompt | Anton Hvornum | |
Implement chroot prompt after successful installation | |||
2021-04-13 | Merge pull request #293 from JakobDev/osystemfix | Anton Hvornum | |
Replace os.system with subprocess.call | |||
2021-04-12 | Implement function to set the shell for a user (#291) | Dylan M. Taylor | |
2021-04-12 | Default timezone to UTC (very useful for servers) | Dylan M. Taylor | |
Update user_interaction.py | |||
2021-04-12 | Move logic to guided | Dylan Taylor | |
2021-04-12 | Adding some error handling to list_mirrors() | Anton Hvornum | |
2021-04-12 | Implement chroot prompt after successful installation | Dylan Taylor | |
Try os.subprocess Revert to subprocess.check_call | |||
2021-04-12 | Replace os.system with subprocess.call | JakobDev | |
2021-04-12 | Moving warning about UEFI to guided for now. | Anton Hvornum | |
2021-04-12 | Moving warning about UEFI to guided for now. | Anton Hvornum | |
2021-04-12 | Merge pull request #281 from dylanmtaylor/patch-2 | Anton Hvornum | |
If user does not change keyboard language, log it. | |||
2021-04-11 | Fix MBR & GRUB warning change | Dylan M. Taylor | |
2021-04-12 | Fixed a keyword argument | Anton Hvornum | |
2021-04-12 | Update __init__.py | Anton Hvornum | |
2021-04-12 | Added some bold colors | Anton Hvornum | |
2021-04-12 | Adds a warning for UEFI not on | Anton Hvornum | |
2021-04-11 | Make it yellow | Dylan M. Taylor | |
2021-04-11 | If user does not change keyboard language, log it. | Dylan M. Taylor | |
2021-04-11 | Merge pull request #181 from zosman1/enhancement-systemd-service-wrapper | Anton Hvornum | |
Allow multiple services to be enabled at once | |||
2021-04-10 | Show size in partition string representation | Dylan Taylor | |
2021-04-10 | PR #271: (breaking changes) This fixes #124 and some more | Anton Hvornum | |
(breaking changes) This fixes #124 and some more | |||
2021-04-10 | Pulled in master to avoid merge conflicts. | Anton Hvornum | |
2021-04-10 | fix typo | NicoHood | |