index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Fix microcode not getting added to base_packages before install | Dylan M. Taylor | |
Update installer.py | |||
2021-05-14 | Adding a fallback systemd-boot install if writing variables failed. | Anton Hvornum | |
2021-05-14 | Adding in a default timeout to systemd-boot, but only if no other timeout ↵ | Anton Hvornum | |
was specified. Also fixes a regression bug with line endings in the loader configuration. | |||
2021-05-14 | Merge branch 'master' of github.com:archlinux/archinstall into torxed-fix-350 | Anton Hvornum | |
2021-05-14 | Merge branch 'master' of github.com:archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-kernel-params | |||
2021-05-12 | Merge branch 'master' of github.com:Torxed/archinstall into torxed-fix-350 | Anton Hvornum | |
2021-05-12 | Replaced the magic __builtin__ global variable. This should fix mypy ↵ | Anton Hvornum | |
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. | |||
2021-05-01 | Fix syntax error | builder_247 | |
2021-04-30 | Adding support for kernel params | Anton Hvornum | |
2021-04-30 | Moved/Created mkinitcpio func | Anton Hvornum | |
2021-04-30 | Moved mkinitcpio variables | Anton Hvornum | |
They now live as a installation-session variable. Not just minimal installation. | |||
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 | 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-29 | Fixes #350 hopefully. This reverts an old hotfix to make systemd-boot work ↵ | Anton Hvornum | |
with dualboot variables. This **NEEDS** to be tested together with a Windows installation dual-boot setup, because this is where variable writing caused issues before. | |||
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 | Revert some merge resolve changes | SecondThundeR | |
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 | Synced latest changes from torxed-v2.2.0. | 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-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 | 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 | Merge branch 'torxed-v2.2.0' into torxed-v2.2.0 | Anton Hvornum | |
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-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-13 | Merge pull request #289 from dylanmtaylor/chroot-prompt | Anton Hvornum | |
Implement chroot prompt after successful installation | |||
2021-04-12 | Implement function to set the shell for a user (#291) | Dylan M. Taylor | |
2021-04-12 | Move logic to guided | Dylan Taylor | |
2021-04-12 | Implement chroot prompt after successful installation | Dylan Taylor | |
Try os.subprocess Revert to subprocess.check_call | |||
2021-04-12 | Merge branch 'master' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-11 | Make it yellow | Dylan M. Taylor | |
2021-04-11 | If user does not change keyboard language, log it. | Dylan M. Taylor | |
2021-04-11 | Merge pull request #181 from zosman1/enhancement-systemd-service-wrapper | Anton Hvornum | |
Allow multiple services to be enabled at once |