added module documentation, improved main documentation

This commit is contained in:
fatalerrors
2021-07-05 12:06:59 +02:00
parent 7f7fa76391
commit 401f11b6b7
9 changed files with 146 additions and 31 deletions

View File

@@ -1,4 +1,13 @@
# Secondary drive configuration
# ------------------------------------------------------------------------------
# Variable :
# * CALCTYPE: filesystem to use (zfs, ext4, xfs)
# * CALCMOUNTPOINT: mount point of the target file system (FQPN)
# * CALCLEVEL: ZFS only, RAID level (mirror, raidz1, raidz2, raidz3),
# empty for striped volume. Any other level than stripe requires
# more than one disk.
# * CALCDRV: Target drives, preferably through ID.
# ------------------------------------------------------------------------------
export VER_conf_disks="0.0.7"