From 1d4673f0cdb82f25e705ee40417dfddb81986b04 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Wed, 13 Mar 2024 00:57:41 +0100 Subject: [PATCH] fix duplicate intel-ucode in comments --- __frzr-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__frzr-deploy b/__frzr-deploy index a785b39..5d1dfac 100644 --- a/__frzr-deploy +++ b/__frzr-deploy @@ -364,7 +364,7 @@ main() { if grep -q "microcode" "/etc/mkinitcpio.conf"; then echo "microcode hook present: will skip systemd-boot initrd." - AMD_UCODE="# intel-ucode in initramfs" + AMD_UCODE="# amd-ucode in initramfs" INTEL_UCODE="# intel-ucode in initramfs" else echo "microcode hook not found: will use systemd-bood initrd."