| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-30 | Fix rEFInd not starting textonly mode on mac | Ahmed Abdelhalim | 1 | -1/+4 | |
| This overrides both files to ensure that the rEFIND starts in textonly mode regardless of the version/order of boot | |||||
| 2026-06-30 | Fix calling homelab group and removing cdrom repo from liveISO | Ahmed Abdelhalim | 2 | -0/+3 | |
| 2026-06-22 | Simplify test disk discovery using playbook instead of cache | Ahmed Abdelhalim | 3 | -48/+39 | |
| 2026-06-19 | Fix resolute ubuntu install | Ahmed Abdelhalim | 1 | -0/+10 | |
| Co-authored-by: Claude.ai | |||||
| 2026-06-12 | Minor doc update for pi installs | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-06-11 | Fix rpi setup | Ahmed Abdelhalim | 2 | -0/+1 | |
| 2026-05-27 | Fix setup wifi driver on mac machines | Ahmed Abdelhalim | 1 | -9/+2 | |
| 2026-05-27 | Fail loudly on errors during install | Ahmed Abdelhalim | 2 | -3/+0 | |
| 2026-05-27 | Update the ubuntu hack scripts to download the mac drivers | Ahmed Abdelhalim | 2 | -30/+63 | |
| Co-assisted-by: Claude AI | |||||
| 2026-05-27 | Update docs for ubuntu install | Ahmed Abdelhalim | 1 | -6/+6 | |
| 2026-05-08 | Ensure that sudo-rs is removed because it's buggy | Ahmed Abdelhalim | 1 | -0/+5 | |
| 2026-05-08 | Force rEFInd to use the /EFI/BOOT path across different distro versions | Ahmed Abdelhalim | 2 | -10/+16 | |
| 2026-05-07 | Fix hard-coded ubuntu distro name | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-05-07 | Ignore linting issues inside chroot | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2026-05-07 | Add testing for ubuntu 26.4 | Ahmed Abdelhalim | 7 | -2/+37 | |
| 2026-05-07 | Remove company URL | Ahmed Abdelhalim | 3 | -3/+0 | |
| 2026-05-05 | Switch from rEFInd to GRUB for proxmox | Ahmed Abdelhalim | 3 | -63/+25 | |
| 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-04 | Add proxmox testing and update testing vars | Ahmed Abdelhalim | 4 | -5/+44 | |
| 2026-05-03 | Add proxmox install support | Ahmed Abdelhalim | 10 | -1/+222 | |
| 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-24 | Fix testing of configure role (using configure hostnames) | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-04-24 | Update macbook arch setup | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-04-23 | Add missing home partition on arch-laptop setup | Ahmed Abdelhalim | 2 | -0/+1 | |
| 2026-04-23 | Refactor bootstrap with mac support | Ahmed Abdelhalim | 8 | -111/+112 | |
| 2026-04-23 | Refactor inventory | Ahmed Abdelhalim | 22 | -20/+117 | |
| 2026-04-22 | [skip ci] update docs on mac install | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-04-22 | [skip ci] update partition mapping for mac | Ahmed Abdelhalim | 2 | -0/+0 | |
| 2026-04-21 | [skip-ci] update readme | Ahmed Abdelhalim | 1 | -4/+4 | |
| 2026-04-21 | Update github setup-python action | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-04-21 | Update github checkout action | Ahmed Abdelhalim | 1 | -3/+3 | |
| 2026-04-21 | Update the rEFInd boot menu to use the distro name | Ahmed Abdelhalim | 1 | -2/+2 | |
| This allows better description with the dual boot entries | |||||
| 2026-04-20 | Update the ubuntu readme to include the steps for Mac setups | Ahmed Abdelhalim | 1 | -1/+28 | |
| 2026-04-20 | Add mac ubuntu install tasks | Ahmed Abdelhalim | 6 | -5/+238 | |
| 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) | |||||
| 2026-04-20 | Update hostvars w/examples adding mac on ubuntu dual boot config | Ahmed Abdelhalim | 6 | -28/+67 | |
| 2026-04-03 | Fix home partition mapping | Ahmed Abdelhalim | 3 | -1/+2 | |
| 2026-04-03 | Add home partition mapping | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-04-03 | Split archlinux setup on mac from others and fix EFI on mac | Ahmed Abdelhalim | 3 | -27/+78 | |
| 2026-04-03 | [skip-ci] Minor updates to readme file | Ahmed Abdelhalim | 1 | -3/+3 | |
| 2026-03-04 | Fix playbook name | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-03-04 | Rename mac host names | Ahmed Abdelhalim | 5 | -3/+3 | |
| 2026-02-27 | Fix Mac installs | Ahmed Abdelhalim | 2 | -107/+7 | |
| Based on https://wiki.archlinux.org/title/MacBookPro9,x#Wireless The Claude.ai suggested setup was not needed at all. It's sufficient to remove the conflicting kernel modules (b43) and just reload the module wl! | |||||
| 2026-02-27 | Add boot args that allow gpu and other mac locked features on linux | Ahmed Abdelhalim | 7 | -15/+24 | |
| 2026-02-26 | Add the ansible-distro configure to example files | Ahmed Abdelhalim | 4 | -0/+4 | |
| 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 | Update instructions on mac install instructions | Ahmed Abdelhalim | 3 | -16/+16 | |
| 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 | 5 | -0/+34 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-25 | Add the script to download the correct broadcom-wl driver | Ahmed Abdelhalim | 1 | -0/+64 | |
| 2026-02-25 | Fix the wifi installation of archlinux on MBP | Ahmed Abdelhalim | 4 | -1/+99 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-15 | Fix mounting home partition | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-02-04 | Adapt playbook to ansible 2.24+ | Ahmed Abdelhalim | 3 | -7/+7 | |
