Skip to content

Commit

Permalink
Kernel source installer: fix a typo for a file name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Dec 26, 2024
1 parent f2014f6 commit c3f2eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/transformers/kernel_source_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _install_build(
raise LisaException(f"unsupported architecture: {arch}")
cp.copy(
PurePath(image_path),
PurePath(f"/boot/Image-{build_kernel_release}"),
PurePath(f"/boot/vmlinuz-{build_kernel_release}"),
cwd=code_path,
sudo=True,
)
Expand Down

0 comments on commit c3f2eeb

Please sign in to comment.