Skip to content
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

virtme-ng: export real /tmp to guest #114

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

ThibF
Copy link
Contributor

@ThibF ThibF commented May 24, 2024

Use /run to store overlays instead of /tmp.

Require arighi/virtme-ng-init#9 to be merged to keep virtme-ng-init functional.

Use /run to store overlays instead of /tmp.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Thibault Ferrante <thibault.ferrante@canonical.com>
Copy link
Owner

@arighi arighi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! Thanks for working on this @ThibF !

@arighi arighi merged commit 3332cca into arighi:main May 24, 2024
4 checks passed
arighi pushed a commit that referenced this pull request May 25, 2024
Now that we export the host /tmp inside the guest (#114) we may want to
move all the temporary files created by virtme-ng to a different place
to avoid mixing them with the host's files.

Therefore, move all the virtme-ng temporary files created during the
init phase to /run/tmp.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
arighi pushed a commit that referenced this pull request May 25, 2024
Now that we export the host /tmp inside the guest (#114) we may want to
move all the temporary files created by virtme-ng to a different place
to avoid mixing them with the host's files.

Therefore, move all the virtme-ng temporary files created during the
init phase to /run/tmp.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
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.

2 participants