index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix typo in 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 | Merge pull request #320 from SecondThundeR/language-select-fix | Anton Hvornum | |
Fix selecting language layout by name | |||
2021-04-17 | Merge pull request #319 from archlinux/torxed-master-merge | Anton Hvornum | |
Torxed master merge | |||
2021-04-17 | Removed merge artifact. | Anton Hvornum | |
2021-04-17 | Fix selecting language layout by name | Владислав | |
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-17 | Package called grub not grub-install | Malccolm Haak | |
2021-04-17 | Whitespace needs to be tabs. Added test for UEFI, if not found add ↵ | Malccolm Haak | |
grub-install to pacstrap install | |||
2021-04-17 | In guided install Non-UEFI installs need to use grub-install as its the only ↵ | Malccolm Haak | |
supported bootloader that doesn't require UEFI | |||
2021-04-16 | removed new line when ask for kernel | Aggam Rahamim | |
2021-04-16 | fixed mkinitcpio | Aggam Rahamim | |
2021-04-16 | fixing - letting user choose kernel | Aggam Rahamim | |
2021-04-16 | added option to choose kernel | Aggam Rahamim | |
2021-04-16 | Merge pull request #311 from dylanmtaylor/patch-5 | Anton Hvornum | |
These could affect whether the code builds/runs correctly | |||
2021-04-15 | Add Deepin desktop | robsonsilv4 | |
2021-04-15 | .toml files could also possibly affect behavior. | Dylan M. Taylor | |
2021-04-15 | These could affect whether the code builds/runs correctly | Dylan M. Taylor | |
They should not be ignored. | |||
2021-04-15 | Merge pull request #310 from SecondThundeR/workflow-features | Anton Hvornum | |
Add ignore rules for iso-build.yaml | |||
2021-04-15 | Revert `README` addition, it's catched by **.md | Anton Hvornum | |
2021-04-15 | Added README to ignore | Anton Hvornum | |
2021-04-15 | Add ignore rules for iso-build.yaml | Владислав | |
These rules ignore all unrelated files and folders that are not needed to build the ISO. | |||
2021-04-15 | Merge pull request #309 from SecondThundeR/readme-branch | Anton Hvornum | |
Fix README table of content | |||
2021-04-15 | Fix README table of content | SecondThundeR | |
Also commented out the code responsible for centering the logo for future decisions | |||
2021-04-15 | Spelling error | Anton Hvornum | |
2021-04-15 | Merge pull request #308 from dylanmtaylor/patch-6 | Anton Hvornum | |
Change version to 2.2.0 in 2.2.0 branch | |||
2021-04-15 | Change version to 2.2.0 in 2.2.0 branch | Dylan M. Taylor | |
2021-04-15 | Merge pull request #307 from dylanmtaylor/patch-5 | Anton Hvornum | |
Bump to 2.1.4 | |||
2021-04-15 | Bump to 2.1.4 | Dylan M. Taylor | |
2021-04-14 | Merge pull request #304 from advaithm/master | Anton Hvornum | |
Fixing kbd layout issues and non-logical crashes in guided.py questions | |||
2021-04-14 | Language issue | Anton Hvornum | |
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 | Added a safety net to language selection | Anton Hvornum | |
2021-04-14 | Updated README's minimal example | Anton Hvornum | |
2021-04-14 | Updated the loop logic for mirrors | Anton Hvornum | |
It wouldn't break out of the loop since the `valid_mirror` variable was never changed. | |||
2021-04-14 | Updated the loop logic for packages | Anton Hvornum | |
It wouldn't loop over the question again, so correct for that. | |||
2021-04-14 | Modified return value back to {} | Anton Hvornum | |
2021-04-14 | Reverted back to raise | Anton Hvornum | |
2021-04-14 | Removed excessive import | Anton Hvornum | |
The exceptions are already exposed in `archinstall.<exception>`. This might change in the future tho. | |||
2021-04-14 | Merge branch 'master' of github.com:advaithm/archinstall | advaithm | |
2021-04-14 | reworked mirror selection | advaithm | |
2021-04-14 | Removed a \t | 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 | another patch for line 249 | advaithm | |
2021-04-14 | fixed line 249 | advaithm | |
2021-04-14 | typo | advaithm | |
2021-04-14 | missed a merge | advaithm | |