Merge branch 'security' into 'master'

Purge pacman-keys from ISO

See merge request tools/development-tools/manjaro-tools!315
This commit is contained in:
Stefano Capitani 2021-05-20 19:46:43 +00:00
commit 5a5195cb87

View file

@ -195,6 +195,8 @@ assemble_iso(){
# Build ISO
make_iso() {
msg "Start [Build ISO]"
msg2 "Remove gnugp"
find . -type d -name '*gnupg' -exec rm -r {} +
touch "${iso_root}/.miso"
for sfs_dir in $(find "${work_dir}" -maxdepth 1 -type d); do
if [[ "${sfs_dir}" != "${work_dir}" ]]; then