Skip to content

Commit

Permalink
kernel-install: do not remove uki from staging area
Browse files Browse the repository at this point in the history
Needed by following kernel-install hooks
  • Loading branch information
bluca committed Nov 18, 2024
1 parent 0242188 commit 4d08346
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel-install/50-mkosi.install
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def main() -> None:

run(cmdline)

(context.staging_area / output).unlink()

if format == OutputFormat.cpio:
build_microcode_initrd(context.staging_area / "microcode")
else:
Expand Down

0 comments on commit 4d08346

Please sign in to comment.