Skip to content

Better handling of bind mounts in make-disk-image #1056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zaninime
Copy link

@zaninime zaninime commented Jun 6, 2025

The device of the bind mounts is incorrectly taken verbatim while making the image. The root hierarchy is mounted at config.rootMountDir (/mnt by default) during the process, and this commit prepends that path to the device in these cases.

The device of the bind mounts is incorrectly taken verbatim while making the image.
The root hierarchy is mounted at `config.rootMountDir` (`/mnt` by default) during the process,
and this commit prepends that path to the `device` in these cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant