diff --git a/bundle.md b/bundle.md index 159efc35b..c91fd39cd 100644 --- a/bundle.md +++ b/bundle.md @@ -15,10 +15,5 @@ This REQUIRED file MUST reside in the root of the bundle directory and MUST be n When the bundle is packaged up for distribution, this file MUST be included. See [`config.json`](config.md) for more details. -2. A directory representing the root filesystem of the container. -While the name of this REQUIRED directory may be arbitrary, users should consider using a conventional name, such as `rootfs`. -When the bundle is packaged up for distribution, this directory MUST be included. -This directory MUST be referenced from within the `config.json` file. - -While these artifacts MUST all be present in a single directory on the local filesystem, that directory itself is not part of the bundle. -In other words, a tar archive of a *bundle* will have these artifacts at the root of the archive, not nested within a top-level directory. +While `config.json` MUST be present in a directory on the local filesystem, that directory itself is not part of the bundle. +In other words, a tar archive of a *bundle* will have `config.json` at the root of the archive, not nested within a top-level directory.