File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments