![Julia Kreger](/assets/img/avatar_default.png)
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
8 lines
311 B
YAML
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.
|