Skip to content

Commit 9ec55d5

Browse files
author
Ma Shimiao
authored
Merge pull request #196 from Mashimiao/man-fix-des-for-rootfs
man: fix description for rootfs
2 parents fce51f9 + a325e66 commit 9ec55d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

man/oci-runtime-tool-generate.1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ read the configuration from `config.json`.
215215
This option can be specified multiple times.
216216

217217
**--rootfs-path**=ROOTFSPATH
218-
Path to the root filesystem
218+
Path to the rootfs, which can be an absolute path or relative to bundle path.
219+
e.g the absolute path of rootfs is /to/bundle/rootfs, bundle path is /to/bundle,
220+
then the value set as ROOTFSPATH should be `/to/bundle/rootfs` or `rootfs`.
219221

220222
**--rootfs-propagation**=PROPOGATIONMODE
221223
Mount propagation for root filesystem.

0 commit comments

Comments
 (0)