aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-20 11:20:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-20 11:20:19 +0200
commite466601f79ea1493ffaa7486595f3cd2d5b11e64 (patch)
treea3e9335b3e45ff3972ee759bf49da83eee2b12bc
parentb54f497d9f37197ee53db5dc56b307a5efd0eeef (diff)
Spec changes: value in machine manifest
-rw-r--r--doc/manual.cli32
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.