-
Notifications
You must be signed in to change notification settings - Fork 114
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
osbuild: ensure /var/tmp is a real directory #1673
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's get @henrywang to test this on his issue before merging?
e9d67c9
to
c4e6651
Compare
d476b72
to
2eded98
Compare
This is a followup for osbuild#1649 Instead of symlinking /var/tmp to /tmp which may be on a tmpfs this commit puts it on a real filesystem. This should fix: osbuild/bootc-image-builder#285
2eded98
to
d419330
Compare
Sure. Ping me here if this PR is ready to test. |
I believe the PR is ready to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this, it was breaking some things :)
This is a followup for #1649
Instead of symlinking /var/tmp to /tmp which may be on a tmpfs this commit puts it on a real filesystem.
This should fix:
osbuild/bootc-image-builder#285