/var/volatile/tmp is inside a tmpfs mount, it gets wiped on reboot, meaning /var/tmp is also cleared./var/tmp to /var/volatile/tmp/var/tmp should retain files across reboots, as per standard Linux behavior./var/tmp will lose data after a reboot./var/tmp persistence.
Should /var/tmp continue following standard Linux behavior by not being linked to /var/volatile/tmp, or is this change intentional for specific use cases? If persistence is desired, this approach seems problematic.
Would appreciate input from the maintainers on whether this is a bug or intended behavior.