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")