File: mount.mdwn

package info (click to toggle)
vmdb2 0.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 2,591; sh: 151; makefile: 17
file content (25 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
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