Skip to content

archiso/mkarchiso: clear environment variables when chrooting

nl6720 requested to merge nl6720/archiso:env-i into master

Environment variables can interfere with the commands in chroot. This causes issues when the environment variables specify a path that does not exist inside the chroot, e.g. if TMPDIR is set to a custom value.

Fixes FS#70580.

Merge request reports