index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-01 | Merge branch 'master' of https://github.com/archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-partitioning | |||
2021-04-29 | Added a postgresql application profile. (#383) | Anton Hvornum | |
* Added a postgres application profile. Also introducing runas to the arch_chroot of the installation, to run commands as emulated users. This is highly WIP at the moment. * Fixing top-level-listing of profiles. As well as testing some postgres installation steps. * Removed dupe functions. * Added safety check in case a comment mentions the top level profile thing. * Patching namespace corruption. * Avoiding runtime collision due to installation not being initiated yet. * Allow for parameterization of filesystem in guided. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-28 | Update kernel select | SecondThundeR | |
Move select to separate function Remove 'continue' option Add hardened kernel as option | |||
2021-04-27 | Merge branch 'master' into misc-cleanup | Владислав | |
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 | Merge branch 'master' into misc-cleanup | Владислав | |
2021-04-27 | Revert "Update logging for some functions" | SecondThundeR | |
This reverts commit f5b6e7bafead1f604c27bfb31b84f3f560a682c8. Reverting commit due to currently redundant change and merge conflict | |||
2021-04-27 | Pulled in latest changes from torxed-v2.2.0 | Anton Hvornum | |
2021-04-27 | Added a failsafe for kernels argument to be defaulted to linux, since 'None' ↵ | Anton Hvornum | |
could technically end up here. | |||
2021-04-27 | Reduced complexity in guided for the kernel selection process. | Anton Hvornum | |
2021-04-27 | Synced latest changes from torxed-v2.2.0. | Anton Hvornum | |
2021-04-27 | Corrected indentation (mixed spaces and tabs) | Anton Hvornum | |
2021-04-27 | having ability to use multiple kernels - dict fix | Aggam Rahamim | |
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-23 | Update logging for some functions | SecondThundeR | |
- Unified view of warning (red) and info (yellow) logs - Fixed some PEP8 related issues, like removing redundant f-strings and replacing double quotes to single ones - Removed warning logging level for simple logs - Removed other background color settings for logs to fully close https://github.com/archlinux/archinstall/pull/171 | |||
2021-04-23 | Moved output about base installed packages | SecondThundeR | |
This prevents screen from being cluttered if the user enters the wrong package(or packages), allowing only repetitions of prompt to be displayed | |||
2021-04-22 | Added a continuation if partitions are not set yet. | Anton Hvornum | |
2021-04-22 | Fixes #324. | Anton Hvornum | |
2021-04-22 | merged with master | advaithm | |
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-20 | added return true | advaithm | |
2021-04-20 | changed some strings | advaithm | |
2021-04-20 | reworked how we remove efimanager and add grub | advaithm | |
2021-04-20 | moved some stuff | advaithm | |
2021-04-20 | fixed some issues with adding packages | advaithm | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | repharsed some stuff | advaithm | |
2021-04-20 | reworked how we handle bootloaders a little | advaithm | |
2021-04-20 | rebase | advaithm | |
2021-04-20 | Merge branch 'torxed-v2.2.0' into torxed-v2.2.0 | Anton Hvornum | |
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 | Merging in master to feature branch. | Anton Hvornum | |
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 | fixing - letting user choose kernel | Aggam Rahamim | |
2021-04-16 | Adding debug data to the log. It will now contain lsblk before and after the ↵ | Anton Hvornum | |
installation to help with detecting any potential information. Also removed a traceback log that was for debugging purposes. | |||
2021-04-16 | added option to choose kernel | Aggam Rahamim | |
2021-04-14 | Added a safety net to language selection | 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 | 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 | |