diff --git a/_includes/sections/operating-systems.html b/_includes/sections/operating-systems.html index 2436a0d8..5544d2ed 100644 --- a/_includes/sections/operating-systems.html +++ b/_includes/sections/operating-systems.html @@ -54,7 +54,7 @@ tor="http://sejnfjrq6szgca7v.onion"
  1. sudo mkdir /etc/default/grub.d/ to create a directory for additional grub configuration
  2. echo GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mds=full,nosmt" | sudo tee /etc/default/grub.d/mds.conf to create a new grub config file source with the echoed content
  3. -
  4. sudo grub-mkconfig -o /boot/grub/grub.cfg to generate a new config file including this new kernel flag
  5. +
  6. sudo grub-mkconfig -o /boot/grub/grub.cfg to generate a new grub config file including this new kernel flag
  7. sudo reboot to reboot
  8. afterward the reboot check tail -n +1 /sys/devices/system/cpu/vulnerabilities/* again to see that MDS now says SMT disabled.