ironic-python-agent-builder/releasenotes/notes/clean-var-tmp-with-dib-builds-cd31a2cf70a7f935.yaml
Julia Kreger 49367bc9d6 Remove /var/tmp/* from images
In some cases, things such as dracut regenerating the
initramfs file, may leave some artifacts in /var/tmp/ from
the ramdisk build. These are not needed and can be discarded.

Change-Id: Ibd2a61a7e42adfea868679c52c7a786d9aab1b36
2023-01-03 08:57:23 -08:00

8 lines
311 B
YAML

---
fixes:
- |
Fixes excess files being housed in /var/tmp inside of a ramdisk image
which may, in some cases, result in a much larger ramdisk than expected.
Files and folders in /var/tmp within a ramdisk are now removed prior to
the ramdisk being packaged as part of a DIB based image build.