Skip to content

Commit a0daca6

Browse files
committed
[fix] : Fixed dir in efiboot.img
1 parent 040f468 commit a0daca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ make_efiboot() {
11571157

11581158
mkdir -p "${work_dir}/efiboot/loader/entries"
11591159
cp "${script_path}/efiboot/loader/loader.conf" "${work_dir}/efiboot/loader/"
1160-
cp "${isofs_dir}/loader/entries/uefi-shell"* "${work_dir}/efiboot/loader/"
1160+
cp "${isofs_dir}/loader/entries/uefi-shell"* "${work_dir}/efiboot/loader/entries/"
11611161

11621162

11631163
sed "s|%ARCHISO_LABEL%|${iso_label}|g;
@@ -1167,7 +1167,7 @@ make_efiboot() {
11671167
s|%INSTALL_DIR%|${install_dir}|g" \
11681168
"${script_path}/efiboot/loader/entries/archiso-cd.conf" > "${work_dir}/efiboot/loader/entries/archiso-${arch}.conf"
11691169

1170-
cp "${isofs_dir}/EFI/shell"*".efi" "${work_dir}/efiboot/"
1170+
cp "${isofs_dir}/EFI/shell"*".efi" "${work_dir}/efiboot/EFI/"
11711171

11721172
umount -d "${work_dir}/efiboot"
11731173
}

0 commit comments

Comments
 (0)