|
|
@ -12,10 +12,13 @@
|
|
|
|
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
|
|
# Extra filesystems to mount. The key's value is a list of entries; each
|
|
|
|
# entry has four keys:
|
|
|
|
# entry has four keys:
|
|
|
|
# - device The device node to mount
|
|
|
|
# - device The device node to mount
|
|
|
|
# - fs The filesystem type to use
|
|
|
|
# - fs (optional) The filesystem type to use
|
|
|
|
# - mountPoint Where to mount the filesystem
|
|
|
|
# - mountPoint Where to mount the filesystem
|
|
|
|
# - options (optional) Extra options to pass to mount(8)
|
|
|
|
# - options (optional) Extra options to pass to mount(8)
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
# The device is not mounted if the mountPoint is unset or if the fs is
|
|
|
|
|
|
|
|
# set to unformatted.
|
|
|
|
|
|
|
|
#
|
|
|
|
extraMounts:
|
|
|
|
extraMounts:
|
|
|
|
- device: proc
|
|
|
|
- device: proc
|
|
|
|
fs: proc
|
|
|
|
fs: proc
|
|
|
|