diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-27 01:19:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-27 01:19:36 +0100 |
| commit | b939d370f2720f761ac7c6dfe0041ebfd64c1b79 (patch) | |
| tree | 30dedc5a8da97d826969369e5b7ada12bf667c90 /host_vars | |
| parent | a0d80d2f27c868dbf5cbfa054bc3190fe4a83666 (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.yml | bin | 1048 -> 1040 bytes | |||
| -rw-r--r-- | host_vars/mac-archiso.local.yml.example | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/host_vars/mac-archiso.local.yml b/host_vars/mac-archiso.local.yml Binary files differindex 9634f1d..c0b5a59 100644 --- a/host_vars/mac-archiso.local.yml +++ b/host_vars/mac-archiso.local.yml 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" |
