From b939d370f2720f761ac7c6dfe0041ebfd64c1b79 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 27 Feb 2026 01:19:36 +0100 Subject: Add boot args that allow gpu and other mac locked features on linux --- roles/bootstrap/meta/argument_specs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'roles/bootstrap/meta') 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" -- cgit v1.2.3