summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-archlinux.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-22Ignore refind.conf tests as it doesn't work on CIAhmed Abdelhalim1-17/+19
2025-09-21Fix the rEFInd timeout and stylingAhmed Abdelhalim1-1/+9
2025-09-21Replace systemd with rEFIndAhmed Abdelhalim1-46/+15
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-21Clean up bootmgr and fix systemd-boot regression issueAhmed Abdelhalim1-7/+17
Also update the syntax to use the new loop syntax instead of with_items
2025-08-11Minor refactoring to set hostname and fix rpi5 bootstrapAhmed Abdelhalim1-6/+0
2025-08-11Add Raspberry Pi5 support to bootstrapAhmed Abdelhalim1-6/+0
2025-08-11Safe dualboot /efi folder structureAhmed Abdelhalim1-5/+11
2025-08-11Use /mnt/boot/efi because it's easier on debianAhmed Abdelhalim1-0/+28
2025-08-11Add debugging output and minor refactoringAhmed Abdelhalim1-5/+13
2025-08-11Add the bootstrap role to install archlinux w/testingAhmed Abdelhalim1-0/+57