summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/vars
AgeCommit message (Collapse)AuthorFilesLines
2026-05-07Fix hard-coded ubuntu distro nameAhmed Abdelhalim1-1/+1
2026-05-05Switch from rEFInd to GRUB for proxmoxAhmed Abdelhalim1-5/+1
Since proxmox depends on GRUB and there is no benefit of fighting it, since proxmox isn't (and not supposed to be) dual booted, use the default stack and simplify the setup
2026-05-03Add proxmox install supportAhmed Abdelhalim1-0/+21
Using debian live ISO instead of proxmox live ISO, since using the proxmox ISO didn't allow automating the setup after connecting to the network.
2026-04-20Add mac ubuntu install tasksAhmed Abdelhalim1-1/+1
Add the hack scripts to download and install wifi drivers on Mac For ubuntu ISO, unlike archlinux, it doesn't ship with the wl drivers required for wifi to work on ubuntu, this is a hack workaround to download the missing dependencies on an external USB and use it on the Live ISO to install the missing drivers, allowing for the rest of automation to take place. Assisted-by: Claude (Sonnet 4.6)
2025-09-21Fix the rEFInd timeout and stylingAhmed Abdelhalim1-2/+0
2025-09-20Add restricted repo for nvidia/amd drivers that might be neededAhmed Abdelhalim1-3/+3
2025-09-20Remove snapd from the ignored packages to be able to downloadAhmed Abdelhalim1-1/+1
2025-08-11Fix raspberry install correct kernel/firmware using rpi-updateAhmed Abdelhalim1-4/+7
It can't be tested on mocked debian docker container, therefore disabling the testing for it
2025-08-11Add ci testingAhmed Abdelhalim1-1/+1
2025-08-11Make bootstrap raspberry more detailed with minimal setupAhmed Abdelhalim1-5/+2
2025-08-11Add Raspberry Pi5 support to bootstrapAhmed Abdelhalim1-0/+29
2025-08-11Refactor bootstrap to have ubuntu specific tasksAhmed Abdelhalim1-1/+3
2025-08-11Add bootstrap debian ubuntu supportAhmed Abdelhalim1-0/+22