build/vm: document extras parameter ;)

This commit is contained in:
Franco Fichtner 2023-07-25 11:27:12 +02:00
parent e539e5891a
commit 01afc21cfa
1 changed files with 4 additions and 1 deletions

View File

@ -319,7 +319,7 @@ For this reason they are not included in our binary releases.
The default format is vmdk with 20G and 1G swap. If you want
to change that you can manually alter the invoke using:
# make vm-<format>[,<size>[,<swap>]]
# make vm-<format>[,<size>[,<swap>[,<extras>]]]
Available virtual machine disk formats are:
@ -332,6 +332,9 @@ Available virtual machine disk formats are:
The swap argument is either its size or set to "off" to disable.
The extras argument can be any extras.conf hook in case the
default "vm" hook is not desirable.
Clearing individual build step progress
---------------------------------------