Skip to content

Commit c3f2eeb

Browse files
committed
Kernel source installer: fix a typo for a file name
1 parent f2014f6 commit c3f2eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisa/transformers/kernel_source_installer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def _install_build(
230230
raise LisaException(f"unsupported architecture: {arch}")
231231
cp.copy(
232232
PurePath(image_path),
233-
PurePath(f"/boot/Image-{build_kernel_release}"),
233+
PurePath(f"/boot/vmlinuz-{build_kernel_release}"),
234234
cwd=code_path,
235235
sudo=True,
236236
)

0 commit comments

Comments
 (0)