new commit
This commit is contained in:
parent
0e38ce88ca
commit
48519637dc
@ -68,7 +68,7 @@ def copy_kernel_image(rootfs_path, boot_path, target_architecture, iso_build_con
|
||||
raise ValueError("Could not obtain kernel version.")
|
||||
kernel_file_suffix = kernel_versions['version_final_part']
|
||||
|
||||
target_arch = target_architecture.lower()
|
||||
target_arch = target_architecture.lower()
|
||||
|
||||
if target_arch.startswith('i686') or target_arch == 'x86_64':
|
||||
kernel_filename_in_boot = "vmlinuz"
|
||||
|
Loading…
Reference in New Issue
Block a user