1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

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

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