1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Step: mount
-----------------------------------------------------------------------------
Mount a filesystem.
Step keys:
* `mount` — REQUIRED; tag of filesystem to mount.
* `dirname` — OPTIONAL; the mount point.
* `mount-on` — OPTIONAL; tag of already mounted filesystem in
image. (FIXME: this may be wrong?)
* `zerofree` — OPTIONAL; Boolean flag controlling whether or not to run
the `zerofree` utility on the filesystem after unmounting it at the end of
the build process. Defaults to `true`
* `keep_resolvconf` — OPTIONAL; Boolean flag controlling whether or not to remove
the file `/etc/resolv.conf` before unmounting it at the end of
the build process. Defaults to `false`
Example (in the .vmdb file):
- mount: root
|