mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 21:10:44 +00:00
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 |
||
|---|---|---|
| .. | ||
| 01-var.sh | ||