From 2a1136848938310adfb93e039bb1d34a841eefc5 Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 30 Jul 2020 22:05:46 +0900 Subject: [PATCH] [fix] : UEFI config --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 68f09249..e1153585 100755 --- a/build.sh +++ b/build.sh @@ -1189,7 +1189,7 @@ make_efiboot() { s|%OS_NAME%|${os_name}|g; s|%KERNEL_FILENAME%|${kernel_filename}|g; s|%INSTALL_DIR%|${install_dir}|g" \ - "${script_path}/efiboot/loader/entries/cd/archiso-x86_64-cd-${kernel}.conf" > "${work_dir}/efiboot/loader/entries/archiso-x86_64.conf" + "${script_path}/efiboot/loader/entries/archiso-x86_64-cd.conf" > "${work_dir}/efiboot/loader/entries/archiso-x86_64.conf" # shellx64.efi is picked up automatically when on / cp "${work_dir}/iso/shellx64.efi" "${work_dir}/efiboot/" -- 2.11.0