-
Notifications
You must be signed in to change notification settings - Fork 159
man: fix description for rootfs #196
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
man: fix description for rootfs #196
Conversation
130d8e9 to
315f37d
Compare
man/ocitools-generate.1.md
Outdated
| Path to the rootfs | ||
| Path to the rootfs, which is relative to bundle path. | ||
| e.g the absolute path of rootfs is /to/bundle/rootfs, bundle path is /to/bundle, | ||
| then the value set as ROOTFSPATH should be `rootfs`. |
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.
This is useful information, but I think we want to land it in runtime-spec first. Currently runtime-spec is fairly weak on how relative paths should be handled, although relative path semantics for cgroupsPath have become more clear recently.
315f37d to
c909488
Compare
|
PR rebased. |
|
@Mashimiao |
|
Relevant PR |
|
If need to change as spec, we have to wait #233 to be merged. It matches the current implementation. |
c909488 to
aa87e86
Compare
|
@liangchenye @mrunalp fixed and rebased. |
|
aa87e86 looks good to me. It skirts the current bundle requirement
that I'm trying to lift with the in-flight
opencontainers/runtime-spec#469, but we can tighten down on that in a
subsequent PR.
|
Signed-off-by: Ma Shimiao <[email protected]>
aa87e86 to
a325e66
Compare
|
rebased. @opencontainers/runtime-tools-maintainers PTAL |
Signed-off-by: Ma Shimiao [email protected]