summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/meta/argument_specs.yml
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 /roles/bootstrap/meta/argument_specs.yml
parenta0d80d2f27c868dbf5cbfa054bc3190fe4a83666 (diff)
Add boot args that allow gpu and other mac locked features on linux
Diffstat (limited to 'roles/bootstrap/meta/argument_specs.yml')
-rw-r--r--roles/bootstrap/meta/argument_specs.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml
index 00c7b31..1744925 100644
--- a/roles/bootstrap/meta/argument_specs.yml
+++ b/roles/bootstrap/meta/argument_specs.yml
@@ -14,8 +14,13 @@ argument_specs:
type: "dict"
required: true
description: "Check partition_root argument in role: partition, required options: mount_path"
- bootstrap_broadcom_wl:
+ bootstrap_mac:
type: "bool"
required: false
default: false
- description: "Install broadcom-wl driver (required for BCM4360 on Intel 2012 Macs)"
+ description: "Install broadcom-wl driver/spoof_osx (required for Intel 2012 Macs)"
+ bootstrap_mac_boot_args:
+ type: "str"
+ required: false
+ default: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06"
+ description: "Extra kernel boot arguments appended to rEFInd boot entries when bootstrap_mac is true"