mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-09 11:41:34 -05:00
Minor Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2ce2af2b83
commit
620ed5dce2
@ -151,7 +151,7 @@ kernel_arguments:
|
|||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=on
|
||||||
- efi=disable_early_pci_dma
|
- efi=disable_early_pci_dma
|
||||||
- iommu.passthrough=0 i
|
- iommu.passthrough=0
|
||||||
- iommu.strict=1
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
|
@ -169,7 +169,7 @@ kernel_arguments:
|
|||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=on
|
||||||
- efi=disable_early_pci_dma
|
- efi=disable_early_pci_dma
|
||||||
- iommu.passthrough=0 i
|
- iommu.passthrough=0
|
||||||
- iommu.strict=1
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
|
@ -171,7 +171,7 @@ kernel_arguments:
|
|||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=on
|
||||||
- efi=disable_early_pci_dma
|
- efi=disable_early_pci_dma
|
||||||
- iommu.passthrough=0 i
|
- iommu.passthrough=0
|
||||||
- iommu.strict=1
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
|
@ -170,7 +170,7 @@ kernel_arguments:
|
|||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=on
|
||||||
- efi=disable_early_pci_dma
|
- efi=disable_early_pci_dma
|
||||||
- iommu.passthrough=0 i
|
- iommu.passthrough=0
|
||||||
- iommu.strict=1
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
|
1
kargs
Normal file
1
kargs
Normal file
@ -0,0 +1 @@
|
|||||||
|
spectre_v2=on spec_store_bypass_disable=on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force nosmt=force l1d_flush=on mmio_stale_data=full,nosmt random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=on efi=disable_early_pci_dma iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none page_alloc.shuffle=1 randomize_kstack_offset=on extra_latent_entropy debugfs=off sysctl.kernel.core_pattern=|/bin/false sysctl.kernel.dmesg_restrict=1 sysctl.fs.protected_fifos=2 sysctl.fs.protected_regular=2 sysctl.fs.protected_symlinks=1 sysctl.fs.protected_hardlinks=1 sysctl.net.core.bpf_jit_harden=2 sysctl.kernel.kexec_load_disabled=1 sysctl.kernel.kptr_restrict=2 sysctl.vm.mmap_rnd_bits=32 sysctl.vm.mmap_rnd_compat_bits=16 sysctl.kernel.yama.ptrace_scope=3 sysctl.fs.suid_dumpable=0 sysctl.kernel.randomize_va_space=2 sysctl.net.ipv4.tcp_rfc1337=1 sysctl.net.ipv4.conf.all.accept_redirects=0 sysctl.net.ipv4.conf.default.accept_redirects=0 sysctl.net.ipv4.conf.all.secure_redirects=0 sysctl.net.ipv4.conf.default.secure_redirects=0 sysctl.net.ipv6.conf.all.accept_redirects=0 sysctl.net.ipv6.conf.default.accept_redirects=0 sysctl.net.ipv4.conf.all.send_redirects=0 sysctl.net.ipv4.conf.default.send_redirects=0 sysctl.net.ipv4.icmp_echo_ignore_all=1 sysctl.net.ipv6.icmp.echo_ignore_all=1 sysctl.net.ipv4.icmp_ignore_bogus_error_responses=1 sysctl.net.ipv4.tcp_syncookies=1 sysctl.net.ipv4.conf.all.accept_source_route=0 sysctl.net.ipv4.conf.default.accept_source_route=0 sysctl.net.ipv6.conf.all.accept_source_route=0 sysctl.net.ipv6.conf.default.accept_source_route=0 sysctl.net.ipv4.conf.default.rp_filter=1 sysctl.net.ipv4.conf.all.rp_filter=1 sysctl.net.ipv4.tcp_timestamps=0 sysctl.kernel.sysrq=132 sysctl.dev.tty.ldisc_autoload=0 sysctl.vm.unprivileged_userfaultfd=0 sysctl.vm.swappiness=1 sysctl.kernel.perf_event_paranoid=3 sysctl.net.ipv6.conf.all.accept_ra=0 sysctl.net.ipv6.conf.default.accept_ra=0
|
Loading…
Reference in New Issue
Block a user