Updated Rules for adding new device types (markdown)

Uwe Seimet 2022-02-09 19:28:32 +01:00
parent 6316e291e1
commit 45b505a3a3
1 changed files with 1 additions and 1 deletions

@ -9,4 +9,4 @@ Steps for adding a new device type:
5. Verify that _rasctl -s_ reports the correct device type properties.
6. Update the manpages.
Devices should only inherit from the Disk class if they make use of image files. Only devices backed by image files can be disks.
Devices should only inherit from the Disk class if they make use of image files. Only devices backed by image files can be disks. Otherwise the Device class should be the superclass.