From f03374082644d29632aa1e3571d2e6288182cc07 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 13 Aug 2023 13:42:29 -0400 Subject: [PATCH] Add framework-13 just script --- usr/share/ublue-os/just/custom.just | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/share/ublue-os/just/custom.just b/usr/share/ublue-os/just/custom.just index 80387fa..416528d 100644 --- a/usr/share/ublue-os/just/custom.just +++ b/usr/share/ublue-os/just/custom.just @@ -11,3 +11,7 @@ setup-flatpaks: done # Include some of your custom scripts here! + +# Add boot parameters needed for a Framework 13 laptop +framework-13: + rpm-ostree kargs --append="module_blacklist=hid_sensor_hub" --append="nvme.noacpi=1" --append="tpm_tis.interrupts=0" \ No newline at end of file