index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Fix f-string is missing placeholders in minimal | Dylan Taylor | |
2021-05-15 | Fix unused imports in guided | Dylan Taylor | |
2021-05-15 | More manual fixes | Dylan Taylor | |
2021-05-14 | Removed dupe formatter | Anton Hvornum | |
There should be no reason to call `.format()` here, since the steps above take care of all formatting. | |||
2021-05-14 | Removed targeted /boot formatting. This should be handled and marked earlier ↵ | Anton Hvornum | |
in the locig, the partitioning logic should only honor the marked partitions and their status. No need to explicitly format /boot since - if it's meant to be formatted - it should already be marked. | |||
2021-05-12 | some type hint fixes and a bad catch fix | advaithm | |
2021-05-11 | Renamed keyboard-language to keyboard-layout to avoid confusion. Added ↵ | Anton Hvornum | |
encryption checks for disk layout selection, if disk encryption password is given - but no partitions were found using encryption, the user will be asked which partitions to encrypt - unless there's only /boot and /<root> then we'll automatically select /<root> because that's what we support for now. | |||
2021-05-11 | Fixed line-ending issue after using generic_multi_select() | Anton Hvornum | |
2021-05-11 | Flipped log level logic. | Anton Hvornum | |
2021-05-10 | Added Partition() properties: sector_size, start, end, boot, partition_type ↵ | Anton Hvornum | |
and a __dump__() function. As well as kept working on the partition logic of guided to have a more traditional workflow of adding/deleting partitions in a guided manner, as well as the ability to mark partitions as encrypted/boot and set target mountpoints. | |||
2021-05-10 | Added a soft-wrapper around parted logic. This logic will guide users ↵ | Anton Hvornum | |
through setting up partitions, if they chose to wipe a drive. We'll avoid doing to much auto-magic, and this is just a start. | |||
2021-05-06 | Adding in partition layout structure | Anton Hvornum | |
2021-05-06 | Removed obsolete variable in prep for multi-disk support. | Anton Hvornum | |
2021-05-05 | Beginning work on simplifying disk process in guided.py by reducing ↵ | Anton Hvornum | |
complexity and code logic. | |||
2021-05-05 | Allow for multiple disks to be selected (to span partitions such as boot ↵ | Anton Hvornum | |
across multiple block devices) | |||
2021-05-04 | Moved around the function calls to be more logical and separated. Also moved ↵ | Anton Hvornum | |
the target-mount -> target-mountpoint as a parameter for the actual installation. | |||
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 | |