index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Spelling errors, and filtered the output a bit. | Anton Hvornum | |
2021-05-10 | Tested the workflow, and it works pretty decent. There's some kinks to work ↵ | Anton Hvornum | |
out. Added BlockDevice().size as well. | |||
2021-05-10 | Tested creating partitions and deleting them. Kinda works now. | 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-07 | Splitting up partitioning logic some more. | Anton Hvornum | |
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-01 | Merge branch 'master' of https://github.com/archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-partitioning | |||
2021-05-01 | Merge pull request #405 from dylanmtaylor/patch-3 | Anton Hvornum | |
Tweak wording of superuser prompt for better consistency | |||
2021-04-30 | Make the style of the word superuser consistent | Dylan M. Taylor | |
2021-04-30 | Tweak wording for superuser prompt a little bit | Dylan M. Taylor | |
2021-05-01 | Fix syntax error | builder_247 | |
2021-04-30 | Merge pull request #398 from dylanmtaylor/patch-5 | Anton Hvornum | |
Partially revert hasUEFI grub/efibootmgr change to fix GRUB | |||
2021-04-29 | Change how efibootmgr is installed | Dylan M. Taylor | |
Make changes suggested by Torxed | |||
2021-04-29 | Partially revert hasUEFI grub/efibootmgr change to fix GRUB | Dylan M. Taylor | |
2021-04-29 | typo: none 0 is incorrect grammar | Dylan M. Taylor | |
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-29 | Cleaning up packages. (#374) | Anton Hvornum | |
* Cleaning up packages. installer now relies on __packages__ definition. Which will work with external libs to more easily gather packages used by installer and profiles. * Added back the logic for the log message, where we inform if we're adding the boot loader to root or boot. * Added __package__ definition to profiles and the installer. These packages can be used as an indication from outside libraries of what could *possibly* be installed. For instance an offline-tool could source these, it would source more than it needed to, but it would give a quick rundown of what might be needed. * Removed import of __base__packages__ as it's now just __packages__ after a lot of stream-lining. * Explosion misspelling. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-28 | Added a mini curses class and generic-multi-select (#362) | Anton Hvornum | |
* Added a mini curses class. It can do some simple tricks to iterate over menu options and indicate which ones are chosen using generic_multi_select(). * Include the default parameter if set. * Modified 'select_kernel()' to use the new multi-select. * Sneaky character got in. * removed some debugging * removed some debugging * Spelling error * Adding error handling and loop support. * Enforce that 'default' is always selected if no other option is selected. * Fixed backspace issues and ghosting. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-28 | Corrected one indentation. | Anton Hvornum | |
2021-04-28 | Corrected error handling for log creation. | Anton Hvornum | |
2021-04-28 | Fixing permission error on non-root-runners accessing log() | Anton Hvornum | |
2021-04-28 | Added a default description | Anton Hvornum | |
2021-04-28 | Update kernel select | SecondThundeR | |
Move select to separate function Remove 'continue' option Add hardened kernel as option | |||
2021-04-28 | removed pdb | advaithm | |
2021-04-28 | log diffrent values when in bios mode | advaithm | |
2021-04-28 | trying to fix always failing bootloader install | advaithm | |
2021-04-28 | fixed kernel select | advaithm | |
2021-04-28 | pdb traceing | advaithm | |
2021-04-27 | Merge pull request #344 from SecondThundeR/misc-cleanup | Anton Hvornum | |
Misc. cleanup | |||
2021-04-27 | Fixed a crash before choosing a video card driver | Владислав | |
2021-04-27 | Revert some merge resolve changes | SecondThundeR | |
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 | Restore changes related to background properties | Владислав | |
2021-04-27 | Use generic_select for driver selection | Dylan M. Taylor | |
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 | 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 | |