diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-25 23:40:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-26 00:00:12 +0100 |
| commit | 415805d51eb574ea7dc0a9b0aa50f848716743e2 (patch) | |
| tree | 04004709b5dad282a9d939640ee9e93abaef106d /roles/bootstrap/meta | |
| parent | 86250c8d9cef074d6282e74943c7cc2aa14c784f (diff) | |
Fix Mac setup to install broadcom wl driver
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/bootstrap/meta')
| -rw-r--r-- | roles/bootstrap/meta/argument_specs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml index ba63a46..00c7b31 100644 --- a/roles/bootstrap/meta/argument_specs.yml +++ b/roles/bootstrap/meta/argument_specs.yml @@ -14,3 +14,8 @@ argument_specs: type: "dict" required: true description: "Check partition_root argument in role: partition, required options: mount_path" + bootstrap_broadcom_wl: + type: "bool" + required: false + default: false + description: "Install broadcom-wl driver (required for BCM4360 on Intel 2012 Macs)" |
