From 0f1e6def47ebd98ab1abf4d62518efcccfe9a15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= Date: Fri, 12 Apr 2013 17:53:36 +0200 Subject: [PATCH] Add an example of description file in man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer --- doc/is.1.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/is.1.rst b/doc/is.1.rst index 4948b67..f35308e 100644 --- a/doc/is.1.rst +++ b/doc/is.1.rst @@ -369,11 +369,22 @@ InstallSystems use two kind of images: This directory embeds one or more payloads (typically rootfs) for the image. description - It defines the author, the date and the version of the image. + It defines information about image. changelog The changelog file lists modifications of the image. +**description** + + The description file contains name, version, author, description and InstallSystems minimum version needed. + + | + | [image] + | name = foo + | version = 42 + | description = example image + | author = Toto + | is_min_version = 9 **packaged image** -- GitLab