From e466601f79ea1493ffaa7486595f3cd2d5b11e64 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 11:20:19 +0200 Subject: Spec changes: value in machine manifest --- doc/manual.cli | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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]: [options]: +[changes]: \ @@ -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]: +\ + +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. -- cgit v1.1