Skip to content

Commit

Permalink
fix duplicate intel-ucode in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Mar 12, 2024
1 parent 15fb2f3 commit 1d4673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __frzr-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1d4673f

Please sign in to comment.