mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
Change path to check for systemd
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
dd1cf61a49
commit
1e7bb87b8d
@ -78,7 +78,7 @@ sudo sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=3/g' /etc/sys
|
||||
sudo dracut -f
|
||||
sudo sysctl -p
|
||||
|
||||
if [ -d /boot/efi/EFI/systemd ]; then
|
||||
if [ -d /boot/loader ]; then
|
||||
sudo sed -i 's/quiet root/quiet 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=force_isolation 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 root/g' /etc/kernel/cmdline
|
||||
sudo dnf -y reinstall kernel-core
|
||||
else
|
||||
|
@ -78,7 +78,7 @@ sudo sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=3/g' /etc/sys
|
||||
sudo dracut -f
|
||||
sudo sysctl -p
|
||||
|
||||
if [ -d /boot/efi/EFI/systemd ]; then
|
||||
if [ -d /boot/loader ]; then
|
||||
sudo sed -i 's/quiet root/quiet 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=force_isolation 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 root/g' /etc/kernel/cmdline
|
||||
sudo dnf -y reinstall kernel-core
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user