forked from sig_core/toolkit
address permission issues with EFI files from lorax
This commit is contained in:
parent
9119e772d6
commit
35e3028fce
@ -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=$?
|
||||
|
Loading…
Reference in New Issue
Block a user