summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-ubuntu-mac.yml
AgeCommit message (Collapse)AuthorFilesLines
2026-06-30Fix booting nightmares on Mac (dualboot)Ahmed Abdelhalim1-0/+24
Co-authored-by: Claude.ai
2026-06-30Fix DNS resolution for ubuntu macAhmed Abdelhalim1-0/+9
For some unknown reason (ubuntu :shrug:) the /etc/resolv.conf file is created and breaks the network manager role for DNS resolution
2026-05-27Fix setup wifi driver on mac machinesAhmed Abdelhalim1-9/+2
2026-05-27Fail loudly on errors during installAhmed Abdelhalim1-2/+0
2026-04-23Refactor bootstrap with mac supportAhmed Abdelhalim1-40/+0
2026-04-20Add mac ubuntu install tasksAhmed Abdelhalim1-0/+74
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)