| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-03 | Split archlinux setup on mac from others and fix EFI on mac | Ahmed Abdelhalim | 3 | -27/+78 | |
| 2026-03-04 | Fix playbook name | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-27 | Add boot args that allow gpu and other mac locked features on linux | Ahmed Abdelhalim | 5 | -14/+23 | |
| 2026-02-26 | Replace vi with nano | Ahmed Abdelhalim | 1 | -1/+1 | |
| The vi package depends on vim, which doesn't provide clipboard support and conflicts with the gvim package that is used later in configuration or arch based hosts | |||||
| 2026-02-26 | Add vi/less for basic debugging on fresh arch | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-26 | Fix Mac setup to install broadcom wl driver | Ahmed Abdelhalim | 3 | -0/+33 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-04 | Adapt playbook to ansible 2.24+ | Ahmed Abdelhalim | 3 | -7/+7 | |
| 2026-01-22 | Workaround tuigreet | Ahmed Abdelhalim | 1 | -2/+2 | |
| Issue: https://unix.stackexchange.com/questions/796530/systemd-message-litters-tuigreet-greetd Workarounds: - https://github.com/apognu/tuigreet/issues/190 - https://todo.sr.ht/~kennylevinsen/greetd/26#event-96767 - https://wiki.archlinux.org/title/Greetd#Prevent_systemd_messages_from_overwrting_console-based_greeterd | |||||
| 2026-01-11 | Install pip | Ahmed Abdelhalim | 4 | -31/+41 | |
| After giving up on fixing the usage of ansible.builtin.pip on live environment. I ended up having to setup pip manually and using it with ansible commands to setup ansible-core on live environment to run the configuration playbook No idea why it started failing on the first place, was working 2 days ago!!! | |||||
| 2026-01-11 | Update live ISO to avoid issues with keyrings with old ISO | Ahmed Abdelhalim | 1 | -0/+9 | |
| 2026-01-11 | Revert "Fix live environment keyring issues when the iso was created long ago" | Ahmed Abdelhalim | 1 | -10/+0 | |
| This reverts commit 1fc10537c698036364c1fbf8f1a21179ee82c6be. | |||||
| 2026-01-11 | Fix live environment keyring issues when the iso was created long ago | Ahmed Abdelhalim | 1 | -0/+10 | |
| 2025-09-22 | Ignore refind.conf tests as it doesn't work on CI | Ahmed Abdelhalim | 2 | -17/+21 | |
| 2025-09-21 | Fix the rEFInd timeout and styling | Ahmed Abdelhalim | 3 | -4/+18 | |
| 2025-09-21 | Replace systemd with rEFInd | Ahmed Abdelhalim | 4 | -66/+30 | |
| The systemd regression bug introduced in 258 version doesn't seem to be fixed or about to get fixed any time soon Ref: https://github.com/systemd/systemd/issues/36174 This replaces the systemd-boot with a simpler rEFInd approach | |||||
| 2025-09-21 | Clean up bootmgr and fix systemd-boot regression issue | Ahmed Abdelhalim | 5 | -18/+39 | |
| Also update the syntax to use the new loop syntax instead of with_items | |||||
| 2025-09-21 | Remove systemd-boot setup from ubuntu and leave it to the bootctl | Ahmed Abdelhalim | 2 | -54/+0 | |
| Because installing gnome or other packages that updates the kernel ends up adding the same machine id boot, it's simpler to delegate the boot setup to the debian/ubuntu and don't clean it up or modify it | |||||
| 2025-09-20 | Add restricted repo for nvidia/amd drivers that might be needed | Ahmed Abdelhalim | 1 | -3/+3 | |
| 2025-09-20 | Remove snapd from the ignored packages to be able to download | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2025-09-15 | Fix testing to use the configure bootstrap playbook | Ahmed Abdelhalim | 1 | -1/+1 | |
| This is to avoid failing validations, when some variables aren't needed to be configured beforehand to run the bootstrapping of a distro install The bootstrapping process, set up user, network, ssh and password policy and all the other configurations roles doesn't need to be validated or ran in the bootstrapping phase | |||||
| 2025-08-11 | Refactor configure role to use hostname instead of virtual group name | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2025-08-11 | Fix raspberry install correct kernel/firmware using rpi-update | Ahmed Abdelhalim | 3 | -12/+25 | |
| It can't be tested on mocked debian docker container, therefore disabling the testing for it | |||||
| 2025-08-11 | Minor fixes to raspberry config and playbook configs | Ahmed Abdelhalim | 3 | -12/+19 | |
| 2025-08-11 | Add ci testing | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2025-08-11 | Make bootstrap raspberry more detailed with minimal setup | Ahmed Abdelhalim | 3 | -7/+5 | |
| 2025-08-11 | Minor refactoring to set hostname and fix rpi5 bootstrap | Ahmed Abdelhalim | 4 | -19/+8 | |
| 2025-08-11 | Add Raspberry Pi5 support to bootstrap | Ahmed Abdelhalim | 7 | -26/+157 | |
| 2025-08-11 | Refactor bootstrap to have ubuntu specific tasks | Ahmed Abdelhalim | 3 | -6/+7 | |
| 2025-08-11 | Add bootstrap debian ubuntu support | Ahmed Abdelhalim | 6 | -2/+153 | |
| 2025-08-11 | Remove configure dependency on other roles and add ubuntu support | Ahmed Abdelhalim | 5 | -13/+29 | |
| 2025-08-11 | Fix linting issues | Ahmed Abdelhalim | 2 | -2/+3 | |
| 2025-08-11 | Safe dualboot /efi folder structure | Ahmed Abdelhalim | 2 | -7/+13 | |
| 2025-08-11 | Use /mnt/boot/efi because it's easier on debian | Ahmed Abdelhalim | 2 | -1/+32 | |
| 2025-08-11 | Add debugging output and minor refactoring | Ahmed Abdelhalim | 2 | -6/+14 | |
| 2025-08-11 | Add configure role on arch w/testing | Ahmed Abdelhalim | 6 | -0/+138 | |
| 2025-08-11 | Add the bootstrap role to install archlinux w/testing | Ahmed Abdelhalim | 7 | -0/+187 | |
| 2025-08-11 | Add partition role | Ahmed Abdelhalim | 5 | -0/+279 | |
