From 389715f6ac636bd08285c54233ece747a5040d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20=C3=87akar?= Date: Thu, 27 May 2021 20:29:35 +0300 Subject: [PATCH] Update actions.py --- hardware/cpu/intel-ucode/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/cpu/intel-ucode/actions.py b/hardware/cpu/intel-ucode/actions.py index 876ee1e724..c81bf86c0b 100644 --- a/hardware/cpu/intel-ucode/actions.py +++ b/hardware/cpu/intel-ucode/actions.py @@ -12,8 +12,8 @@ from pisi.actionsapi import get def build(): shelltools.system("rm -f intel-ucode{,-with-caveats}/list") shelltools.system("mkdir -p kernel/x86/microcode") - shelltools.system("iucode_tool --write-earlyfw=intel-ucode.cpio intel-ucode{,-with-caveats}/") + shelltools.system("iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/") shelltools.chmod(get.curDIR() + "/intel-ucode.img", 0644) def install(): - pisitools.insinto("/boot", "intel-ucode.img") \ No newline at end of file + pisitools.insinto("/boot", "intel-ucode.img")