doc/image-handling: Use gendoc data

Closes #820

Signed-off-by: Danny Zheng <dannyzheng@utexas.edu>
This commit is contained in:
Danny Zheng 2024-05-04 17:59:05 +00:00 committed by Stéphane Graber
parent def8c758e3
commit 663591ac27
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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 -->
```