[modules] Configuration documentation for mount and luksopenswaphookcfg

This commit is contained in:
Adriaan de Groot 2018-06-26 06:50:16 -04:00
parent 63c03068c0
commit 1eede6f797
2 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# Writes an openswap configuration with LUKS settings to the given path
--- ---
# Path of the configuration file to write (in the target system)
configFilePath: /etc/openswap.conf configFilePath: /etc/openswap.conf

View File

@ -1,4 +1,18 @@
# Mount filesystems in the target (generally, before treating the
# target as a usable chroot / "live" system). Filesystems are
# automatically mounted from the partitioning module. Filesystems
# listed here are **extra**. The filesystems listed in *extraMounts*
# are mounted in all target systems. The filesystems listed in
# *extraMountsEfi* are mounted in the target system **only** if
# the host machine uses UEFI.
--- ---
# Extra filesystems to mount. The key's value is a list of entries; each
# entry has four keys:
# - device The device node to mount
# - fs The filesystem type to use
# - mountPoint Where to mount the filesystem
# - options (optional) Extra options to pass to mount(8)
#
extraMounts: extraMounts:
- device: proc - device: proc
fs: proc fs: proc