-
Notifications
You must be signed in to change notification settings - Fork 198
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
livefs: tweak warning re. /etc #988
Conversation
Be more explicit about what the warning means.
@rh-atomic-bot delegate=dustymabe |
✌️ @dustymabe can now approve this pull request |
rpmostree_output_message ("WARNING: changes to /etc are not currently preserved!"); | ||
/* XXX: right now we don't have a good solution for this: | ||
* https://github.com/projectatomic/rpm-ostree/issues/40 */ | ||
rpmostree_output_message ("WARNING: changes to /etc will not appear in the pending deployment!"); |
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.
Maybe add ...in the pending deployment (next reboot)
?
rpmostree_output_message ("WARNING: changes to /etc are not currently preserved!"); | ||
/* XXX: right now we don't have a good solution for this: | ||
* https://github.com/projectatomic/rpm-ostree/issues/40 */ | ||
rpmostree_output_message ("WARNING: changes to /etc will not appear in the pending deployment (next reboot)"); |
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.
still seems ambiguous WARNING: new changes to /etc will not appear in the pending deployment (i.e. will be lost on next reboot)
📌 Commit 313ab09 has been approved by |
☀️ Test successful - status-atomicjenkins |
Be more explicit about what the warning means.