Skip to content

Commit

Permalink
silly me: don't use initramfs as kernel :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko committed Aug 6, 2024
1 parent d98d3b9 commit 75db81b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ def prepare_boot_files_for_livemode(context):
host_initramfs_dest = os.path.join('/boot', initramfs_artifact_name)
host_kernel_dest = os.path.join('/boot', kernel_artifact_name)
context.copy_from(userspace_initramfs_dest, host_initramfs_dest)
context.copy_from(userspace_initramfs_dest, host_kernel_dest)

return BootContent(kernel_path=host_kernel_dest,
initram_path=host_initramfs_dest,
Expand Down

0 comments on commit 75db81b

Please sign in to comment.