From 3ec705b520afb1b769cfb7544a44e87b4032f9aa Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 26 Feb 2024 23:38:22 -0700 Subject: [PATCH] Remove extra_latent_entropy from karg file Signed-off-by: Tommy --- kargs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kargs b/kargs index a03d9ca..f994896 100644 --- a/kargs +++ b/kargs @@ -14,4 +14,4 @@ # This file is just incase you want to quickly copy-paste the kernel arguments into `rpm-ostree kargs` -mitigations=auto,nosmt spectre_v2=on spec_store_bypass_disable=on tsx=off kvm.nx_huge_pages=force nosmt=force l1d_flush=on spec_rstack_overflow=safe-ret random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=isolation_force efi=disable_early_pci_dma iommu=force iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none ia32_emulation=0 page_alloc.shuffle=1 randomize_kstack_offset=on extra_latent_entropy debugfs=off \ No newline at end of file +mitigations=auto,nosmt spectre_v2=on spec_store_bypass_disable=on tsx=off kvm.nx_huge_pages=force nosmt=force l1d_flush=on spec_rstack_overflow=safe-ret random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=isolation_force efi=disable_early_pci_dma iommu=force iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none ia32_emulation=0 page_alloc.shuffle=1 randomize_kstack_offset=on debugfs=off \ No newline at end of file