Polish namings and interfaces of linux boot

This commit is contained in:
Zhang Junyang
2023-10-26 11:27:35 +08:00
committed by Tate, Hongliang Tian
parent 33ec7dec02
commit 0a17d90532
6 changed files with 11 additions and 12 deletions

View File

@ -90,7 +90,7 @@ pub fn create_bootdev_image(
let header_path = Path::new(bs_out_dir.into_iter().next().unwrap().unwrap().as_path())
.join("out")
.join("bin")
.join("jinux-frame-x86-boot-setup");
.join("jinux-frame-x86-boot-linux-setup");
// Make the `bzImage`-compatible kernel image and place it in the boot directory.
let target_path = iso_root.join("boot").join("jinuz");
linux_boot::make_bzimage(&target_path, &jinux_path.as_path(), &header_path.as_path())