diff --git a/Fedora-Workstation-39.sh b/Fedora-Workstation-39.sh index 424b56e..e345163 100644 --- a/Fedora-Workstation-39.sh +++ b/Fedora-Workstation-39.sh @@ -220,6 +220,7 @@ if [ "$virt_type" = '' ] || [ "${MACHINE_TYPE}" == 'x86_64' ]; then else sudo dnf config-manager --save --setopt=divested.includepkgs=divested-release,real-ucode,microcode_ctl,amd-ucode-firmware,hardened_malloc sudo dnf install real-ucode hardened_malloc -y + echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload sudo dracut -f fi fi diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index b7b5bc8..bce5ba8 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -210,6 +210,7 @@ if [ "$virt_type" = '' ] || [ "${MACHINE_TYPE}" == 'x86_64' ]; then else sudo dnf config-manager --save --setopt=divested.includepkgs=divested-release,real-ucode,microcode_ctl,amd-ucode-firmware,hardened_malloc sudo dnf install real-ucode hardened_malloc -y + echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload sudo dracut -f fi fi