address permission issues with EFI files from lorax

This commit is contained in:
Louis Abel 2022-07-25 01:30:11 -07:00
parent 9119e772d6
commit 35e3028fce
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ elif [ -f "/usr/bin/isoinfo" ]; then
grep -v '/TRANS.TBL$' | sort >> lorax/images/boot.iso.manifest
fi
find lorax -perm 700 -exec chmod 555 {} \;
tar czf "${LORAX_TAR}" lorax "${LOGFILE}"
tar_ret_val=$?