Commit 0f1e6def authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Add an example of description file in man page

parent 920a0534
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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 <toto@example.com>
       | is_min_version = 9

**packaged image**