Skip to content

Commit

Permalink
Merge pull request #162 from mregmi/main
Browse files Browse the repository at this point in the history
machine_configuration: Add MCO to disable in-tree i915 and intel_vsec…
  • Loading branch information
uMartinXu authored Nov 22, 2023
2 parents e065e01 + bf809ea commit f8bc139
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright (c) 2022 - 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: intel-dgpu
name: 100-intel-dgpu-machine-config-disable-i915
spec:
config:
ignition:
version: 3.2.0
storage:
files:
- contents:
source: data:,blacklist%20i915
mode: 0644
overwrite: true
path: /etc/modprobe.d/blacklist-i915.conf
- contents:
source: data:,blacklist%20intel_vsec
mode: 0644
overwrite: true
path: /etc/modprobe.d/blacklist-intel-vsec.conf

0 comments on commit f8bc139

Please sign in to comment.