summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-20 14:43:52 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-20 14:48:09 +0200
commit8ee10fb59163977fb95fa688fcd6ee2409b48f02 (patch)
treef1c285250060eb74a0315b53b9424e808289b19a /roles/bootstrap/vars
parent5c2f4c0d74bcc321f3c34526c427456d3b03e9b9 (diff)
Add mac ubuntu install tasks
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)
Diffstat (limited to 'roles/bootstrap/vars')
-rw-r--r--roles/bootstrap/vars/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml
index 3c9f322..4708aff 100644
--- a/roles/bootstrap/vars/ubuntu.yml
+++ b/roles/bootstrap/vars/ubuntu.yml
@@ -3,7 +3,7 @@ bootstrap_distro:
name: "noble" # => Ubuntu 24.04
mirror_url: "http://archive.ubuntu.com/ubuntu/"
packages:
- - "linux-generic-hwe-24.04"
+ - "linux-generic"
bootstrap_opts: ""