Skip to content

Commit

Permalink
doc/image-handling: Use gendoc data
Browse files Browse the repository at this point in the history
Closes #820

Signed-off-by: Danny Zheng <[email protected]>
  • Loading branch information
TinkeringWithUS authored and stgraber committed May 27, 2024
1 parent 3930ea7 commit 6b253ce
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions doc/image-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ If these are incompatible, Incus does not start the instance.

The following requirements are supported:

Key | Type | Default | Description
:-- | :--- | :------ | :----------
`requirements.cdrom_agent` | bool | - | If set to `true`, indicates that the VM requires an `agent:config` disk be added.
`requirements.cgroup` | string | - | If set to `v1`, indicates that the image requires the host to run cgroup v1.
`requirements.nesting` | bool | - | If set to `true`, indicates that the image cannot work without nesting enabled.
`requirements.privileged` | bool | - | If set to `false`, indicates that the image cannot work as a privileged container.
`requirements.secureboot` | bool | - | If set to `false`, indicates that the image cannot boot under secure boot.
% Include content from [config_options.txt](config_options.txt)
```{include} config_options.txt
:start-after: <!-- config group image-requirements start -->
:end-before: <!-- config group image-requirements end -->
```

0 comments on commit 6b253ce

Please sign in to comment.