diff options
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index a49b255..bda4bc9 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -221,6 +221,7 @@ description of each value in subsequent sections. type: kvm|nspawn [mac]: <addr> [options]: <machine-options> +[changes]: <text> \ @@ -270,6 +271,37 @@ options are pre-processed by replacing the question mark in \c{ifname=?} and \c{mac=?} strings with the network interface and MAC address, respectively. +\h2#arch-machine-changes|\c{changes}| + +\ +[changes]: <text> +\ + +The description of machine changes in this version. + +Multiple \c{changes} values can be present which are all concatenated in the +order specified, that is, the first value is considered to be the most recent. +For example: + +\ +changes: 1.1: initial version +changes: 1.2: increased disk size to 30GB +\ + +Or: + +\ +changes:\ +1.1 + - initial version + +1.2 + - increased disk size to 30GB + - upgraded bootstrap baseutils +\\ +\ + + \h#arch-task|Task Manifest| The task manifest describes a build task. It consists of two groups of values. |