diff options
Diffstat (limited to 'debian/initramfs.hook')
-rwxr-xr-x | debian/initramfs.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/initramfs.hook b/debian/initramfs.hook index a464d09..45812b0 100755 --- a/debian/initramfs.hook +++ b/debian/initramfs.hook @@ -45,7 +45,7 @@ if [ -z "${IUCODE_TOOL}" ] && [ -x /usr/sbin/iucode_tool ] ; then IUCODE_TOOL=/usr/sbin/iucode_tool fi -IUCODE_FW_DIR=/lib/firmware/intel-ucode +IUCODE_FW_DIR=/usr/lib/firmware/intel-ucode if [ "$MODULES" = "most" ]; then IUCODE_TOOL_INITRAMFS=early IUCODE_TOOL_SCANCPUS=no |