Description of problem: Request For Enhancement: Please use the pungi temporary directory $TMPDIR/pungi-$PID (or other place below $TMPDIR) as the place to put the lorax 'yumroot' temporary directory, instead of using $DESTDIR/work/$ARCH. I put TMPDIR=/dev/shm to use RAM, which can save a minute or more in contrast to building the install root on a SATA-2 harddrive. Version-Release number of selected component (if applicable): lorax-0.8-1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The 'yumroot' directory is created and the yum base object which uses it set up by pungi. Lorax does not create that directory, just installs packages with yum which end up in it.
I prefer to have all the output of pungi go into the workdir and not make use of dirs outside of that.