summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-archlinux.yml
AgeCommit message (Collapse)AuthorFilesLines
11 daysRevert "Refresh arch mirror list, to avoid stale sporadic mirrors failures"Ahmed Abdelhalim1-6/+0
This reverts commit 8e344620074293fe6272a4cd0837ac428a0f274f.
11 daysRefactor template naming for bootstrapAhmed Abdelhalim1-8/+4
11 daysRefresh arch mirror list, to avoid stale sporadic mirrors failuresAhmed Abdelhalim1-0/+6
2026-06-30Remove unneeded (and big) arch update that causes tmpfs to failAhmed Abdelhalim1-1/+0
2026-05-27Fail loudly on errors during installAhmed Abdelhalim1-1/+0
2026-05-08Force rEFInd to use the /EFI/BOOT path across different distro versionsAhmed Abdelhalim1-5/+8
2026-04-23Refactor bootstrap with mac supportAhmed Abdelhalim1-10/+38
2026-04-03Split archlinux setup on mac from others and fix EFI on macAhmed Abdelhalim1-26/+0
2026-02-27Add boot args that allow gpu and other mac locked features on linuxAhmed Abdelhalim1-11/+7
2026-02-26Replace vi with nanoAhmed Abdelhalim1-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-26Add vi/less for basic debugging on fresh archAhmed Abdelhalim1-1/+1
2026-02-26Fix Mac setup to install broadcom wl driverAhmed Abdelhalim1-0/+26
Co-Authored-By: Claude.ai
2026-01-22Workaround tuigreetAhmed Abdelhalim1-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-11Update live ISO to avoid issues with keyrings with old ISOAhmed Abdelhalim1-0/+9
2026-01-11Revert "Fix live environment keyring issues when the iso was created long ago"Ahmed Abdelhalim1-10/+0
This reverts commit 1fc10537c698036364c1fbf8f1a21179ee82c6be.
2026-01-11Fix live environment keyring issues when the iso was created long agoAhmed Abdelhalim1-0/+10
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