index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | Fixed a crash before choosing a video card driver | Владислав | |
2021-04-27 | Moving away from custom log levels, to something that's well defined. (#360) | Anton Hvornum | |
* Moving away from custom log levels, to something that's well defined. * Added backward compability to log() as well. * Added an option to force log messages out on screen even if the level is below the log level threashold. * Added force log messages when wrong notation is used. * Added some more length to the deprecated message * Swapped all log levels to use logging.<level> instead. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-27 | Use generic_select for driver selection | Dylan M. Taylor | |
2021-04-27 | Merge PR #335: Merges in v2.2.0 work into master | Anton Hvornum | |
Any future work against v2.2.0 will go straight into master, patch work will be done on separate branches instead. | |||
2021-04-27 | Forgot to hit save after merge conflict fixes. | Anton Hvornum | |
2021-04-27 | Pulled in latest changes from torxed-v2.2.0 | Anton Hvornum | |
2021-04-27 | Synced latest changes from torxed-v2.2.0. | Anton Hvornum | |
2021-04-27 | Spelling error | Anton Hvornum | |
2021-04-25 | Re-phrased the wording a bit on the exp. warning. | Anton Hvornum | |
2021-04-25 | Merge branch 'master' of https://github.com/AggamR/archinstall | Aggam Rahamim | |
2021-04-25 | having ability to use multiple kernels | Aggam Rahamim | |
2021-04-24 | updated to lastest commit, fixed a conflict | advaithm | |
2021-04-24 | Merge pull request #345 from dylanmtaylor/patch-9 | Anton Hvornum | |
Ignore dotfiles and globs in timezone selection | |||
2021-04-23 | Added back the note about using /mnt as is | Anton Hvornum | |
Also added a "experimental" warning to it. | |||
2021-04-22 | Actually, putting it here makes more sense. | Dylan M. Taylor | |
2021-04-22 | Ignore dotfiles and globs | Dylan M. Taylor | |
2021-04-22 | Restructured endless loop definition | Anton Hvornum | |
I prefer to easily spot an endless loop by not having external variables attached to the loop condition. Since we never updated `exists` it's a dummy variable that I expect to be updated some where in order to break it. When that's not the case, it's more clear that it's an endless loop if there's no conditions attached to the loop definition. | |||
2021-04-22 | Update user_interaction.py | Dylan M. Taylor | |
2021-04-22 | has uefi was removed from user_interactions | advaithm | |
2021-04-22 | Merge github.com:archlinux/archinstall into master-merge | advaithm | |
2021-04-22 | Fix other issues of language selection | SecondThundeR | |
2021-04-22 | fixed merge conflicts | advaithm | |
2021-04-22 | readded some commits that got removed | advaithm | |
2021-04-22 | merged with master | advaithm | |
2021-04-22 | Update language selection | Владислав | |
Reverted generic_select changes and added ability to choose any layout at first input | |||
2021-04-22 | Merge pull request #325 from SecondThundeR/generic-select-update | Anton Hvornum | |
Rework of the generic_select function and fixes for various input checks | |||
2021-04-22 | Fixes the crash on empty profile choice. Since generic_select() returns ↵ | Anton Hvornum | |
None, we can't pipe that into Profile() (at least not yet) | |||
2021-04-21 | user_interaction: Explicitly ask for username on super-user creation. | jtagcat | |
2021-04-21 | Re-working top-level-profile lambda to be a parameter to list_profiles() ↵ | Anton Hvornum | |
instead. When skipping a profile, None is returned from somewhere and it causes a glitch. So trying to figure out where and what by cleaning up a bit | |||
2021-04-21 | Merged in latest changes and history from torxed-2.2.0 to avoid odd history ↵ | Anton Hvornum | |
in PR #315 | |||
2021-04-21 | add efibootmgr only on uefi systems | advaithm | |
2021-04-20 | added return true | advaithm | |
2021-04-20 | fixed some weird grammer | advaithm | |
2021-04-20 | added /mnt to grubcfg genration | advaithm | |
2021-04-20 | removed unnessacry --target | advaithm | |
2021-04-20 | changed some strings | advaithm | |
2021-04-20 | fixed shell command in add bootloader | advaithm | |
2021-04-20 | reworked how we remove efimanager | advaithm | |
2021-04-20 | reworked how we remove efimanager and add grub | advaithm | |
2021-04-20 | call hasUEFI | advaithm | |
2021-04-20 | Add clarifying log text for generic_select | SecondThundeR | |
2021-04-20 | rebase | advaithm | |
2021-04-20 | Merge branch 'torxed-v2.2.0' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-20 | Fix TabError issue after uncommenting | SecondThundeR | |
2021-04-20 | Merge pull request #285 from dylanmtaylor/patch-4 | Anton Hvornum | |
Change from argon2i to argon2id | |||
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()` |