From e87a02346b357caf46dc84f58e8e720fb8a40418 Mon Sep 17 00:00:00 2001 From: Subhabrata <70436487+Ironfist69@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:03:22 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e30f25..1951e47 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ grub-mkconfig -o /boot/grub/grub.cfg ### For systemd-boot user, edit this configuration | /boot/loader/entries/*.conf | | ----- | -| `options root=UUID=...intel_iommu=on iommu=pt.."` | +| `options root=UUID=...intel_iommu=on iommu=pt..` | | OR | -| `options root=UUID=...amd_iommu=on iommu=pt.."` | +| `options root=UUID=...amd_iommu=on iommu=pt..` | Unlike GRUB, systemd-boot doesn't require a separate command to regenerate the configuration. It automatically detects changes Reboot your system for the changes to take effect.