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 @@ -840,7 +840,7 @@ make_efi() {
840840 sed " s|%ARCH%|${arch} |g;" " ${script_path} /efiboot/${_use_config_name} /loader.conf" > " ${isofs_dir} /loader/loader.conf"
841841
842842 readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-usb*.conf" -printf " %f\n" | grep -v " rescue" )
843- [[ " ${norescue_entry} " = false ]] && readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-usb*rescue* .conf" -printf " %f\n" )
843+ [[ " ${norescue_entry} " = false ]] && readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-usb*.conf" -printf " %f\n" )
844844
845845 for _efi_config in " ${_efi_config_list[@]} " ; do
846846 sed " s|%ARCHISO_LABEL%|${iso_label} |g;
@@ -897,7 +897,7 @@ make_efiboot() {
897897 find " ${isofs_dir} /loader/entries/" -maxdepth 1 -mindepth 1 -name " uefi-shell*" -type f -printf " %p\0" | xargs -0 -I{} cp {} " ${build_dir} /efiboot/loader/entries/"
898898
899899 readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-cd*.conf" -printf " %f\n" | grep -v " rescue" )
900- [[ " ${norescue_entry} " = false ]] && readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-cd*rescue* .conf" -printf " %f\n" )
900+ [[ " ${norescue_entry} " = false ]] && readarray -t _efi_config_list < <( find " ${script_path} /efiboot/${_use_config_name} /" -mindepth 1 -maxdepth 1 -type f -name " archiso-cd*.conf" -printf " %f\n" )
901901
902902 for _efi_config in " ${_efi_config_list[@]} " ; do
903903 sed " s|%ARCHISO_LABEL%|${iso_label} |g;
You can’t perform that action at this time.
0 commit comments