README: clarify on ZFS option

The ZFS option is optional for VM images.  It will create a ZFS
image instead of a UFS image.  In case the build system knows
about "zpool" already the option takes the name of the ZFS pool
to create to sidestep potential clashes.
This commit is contained in:
Franco Fichtner 2022-02-23 13:11:36 +01:00
parent d3036ff5b9
commit 10518249a2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Available build options are:
* TYPE: the base name of the top package to be installed
* UEFI: use amd64 hybrid images for said images, e.g. "vga vm"
* VERSION: a version tag (if applicable)
* ZFS: ZFS pool name to use for VM images
* ZFS: ZFS pool name to create for VM images, e.g. "zpool"
How to specify build options via configuration file
---------------------------------------------------