Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion man/oci-runtime-tool-generate.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ read the configuration from `config.json`.
This option can be specified multiple times.

**--rootfs-path**=ROOTFSPATH
Path to the root filesystem
Path to the rootfs, which can be an absolute path or 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 `/to/bundle/rootfs` or `rootfs`.

**--rootfs-propagation**=PROPOGATIONMODE
Mount propagation for root filesystem.
Expand Down