base-images/minimal/finalize.d
Michael Vogt d72c169323 minimal: ensure /var/mnt is available in the container itself
There is currently on `/var/mnt` in the container image so we
ship it with a dangling symlink `/mnt -> var/mnt`. This is
fine when the image gets booted because there is a tmpfile.d
snippet [0] that ensures this dir is created. But in
bootc-image-builder [1] we want to use the container image
to create ISOs directly from the bootc iamge. For that having
a valid symlink would make our life easier so this commit
adds a `mkir var/mnt` to the minimal/finalize/01-var.sh

[0] lib/tmpfiles.d/rpm-ostree-0-integration.conf
[1] https://github.com/osbuild/bootc-image-builder/pull/1053
2025-09-24 19:06:17 +02:00
..
01-var.sh minimal: ensure /var/mnt is available in the container itself 2025-09-24 19:06:17 +02:00