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 /roles/bootstrap/defaults | |
| parent | a0d80d2f27c868dbf5cbfa054bc3190fe4a83666 (diff) | |
Add boot args that allow gpu and other mac locked features on linux
Diffstat (limited to 'roles/bootstrap/defaults')
| -rw-r--r-- | roles/bootstrap/defaults/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/bootstrap/defaults/main.yml b/roles/bootstrap/defaults/main.yml index 552f54e..bf3753f 100644 --- a/roles/bootstrap/defaults/main.yml +++ b/roles/bootstrap/defaults/main.yml @@ -1,2 +1,3 @@ --- -bootstrap_broadcom_wl: false +bootstrap_mac: false +bootstrap_mac_boot_args: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06" |
