1 2 3 4 5 6 7 8 9 10 11 12 13
|
(devices-none)=
# Type: `none`
```{note}
The `none` device type is supported for both containers and VMs.
```
A `none` device doesn't have any properties and doesn't create anything inside the instance.
Its only purpose is to stop inheriting devices that come from profiles.
To do so, add a device with the same name as the one that you do not want to inherit, but with the device type `none`.
You can add this device either in a profile that is applied after the profile that contains the original device, or directly on the instance.
|