Skip to content

Commit

Permalink
doc/devices_unix_hotplug.md: Use gendoc data
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Ilaiwi <[email protected]>
  • Loading branch information
milaiwi authored and stgraber committed May 6, 2024
1 parent dadd1bb commit 4be1283
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions doc/reference/devices_unix_hotplug.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ The implementation depends on `systemd-udev` to be run on the host.

`unix-hotplug` devices have the following device options:

Key | Type | Default | Description
:-- | :-- | :-- | :--
`gid` | int | `0` | GID of the device owner in the instance
`mode` | int | `0660` | Mode of the device in the instance
`productid` | string | - | The product ID of the Unix device
`required` | bool | `false` | Whether this device is required to start the instance (the default is `false`, and all devices can be hotplugged)
`uid` | int | `0` | UID of the device owner in the instance
`vendorid` | string | - | The vendor ID of the Unix device
% Include content from [../config_options.txt](../config_options.txt)
```{include} ../config_options.txt
:start-after: <!-- config group devices-unix-hotplug start -->
:end-before: <!-- config group devices-unix-hotplug end -->
```

0 comments on commit 4be1283

Please sign in to comment.