Skip to content

Commit

Permalink
bundle.md: clarify arbitrary/conventional dirnames
Browse files Browse the repository at this point in the history
Add a note describing that the names of directories in the bundle are
arbitrary and referenced from the configuration, but conventional names
(like "rootfs" and "signatures") should be used.
  • Loading branch information
jonboulle committed Jul 3, 2015
1 parent 91f5ad7 commit 112dcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Standard Container bundle is a directory containing all the content needed to

The syntax and semantics for `config.json` are described in [this specification](config.md).

One or more *content directories* may be adjacent to the configuration file. This must include at least the root filesystem (referenced in the configuration file by the *root* field) and may include other related content (signatures, other configs, etc.). The interpretation of these resources is specified in the configuration.
One or more *content directories* may be adjacent to the configuration file. This must include at least the root filesystem (referenced in the configuration file by the *root* field) and may include other related content (signatures, other configs, etc.). The interpretation of these resources is specified in the configuration. The names of the directories may be arbitrary, but users should consider using conventional names as in the example below.

```
/
Expand All @@ -25,6 +25,6 @@ One or more *content directories* may be adjacent to the configuration file. Thi
!
--- rootfs
!
--- sigs
--- signatures
```

0 comments on commit 112dcbb

Please sign in to comment.