summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-27 01:19:36 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-27 01:19:36 +0100
commitb939d370f2720f761ac7c6dfe0041ebfd64c1b79 (patch)
tree30dedc5a8da97d826969369e5b7ada12bf667c90 /host_vars
parenta0d80d2f27c868dbf5cbfa054bc3190fe4a83666 (diff)
Add boot args that allow gpu and other mac locked features on linux
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/mac-archiso.local.ymlbin1048 -> 1040 bytes
-rw-r--r--host_vars/mac-archiso.local.yml.example2
2 files changed, 1 insertions, 1 deletions
diff --git a/host_vars/mac-archiso.local.yml b/host_vars/mac-archiso.local.yml
index 9634f1d..c0b5a59 100644
--- a/host_vars/mac-archiso.local.yml
+++ b/host_vars/mac-archiso.local.yml
Binary files differ
diff --git a/host_vars/mac-archiso.local.yml.example b/host_vars/mac-archiso.local.yml.example
index c2bfe53..749b6a8 100644
--- a/host_vars/mac-archiso.local.yml.example
+++ b/host_vars/mac-archiso.local.yml.example
@@ -43,5 +43,5 @@ partition_extras:
part_end: "100%"
fstype: "ext4"
dev: "{{ partition_disk }}4"
-bootstrap_broadcom_wl: true
+bootstrap_mac: true
configure_playbook_dir: "../ansible-distro-configure"