Commit Graph

8 Commits

Author SHA1 Message Date
Andrius Štikonas 2760f02fbf Move LVM device scanning code.
Now it's the backend's responsibility to find LVM devices.
All LVM scanning code was moved into LvmDevice::scanSystemLVM helper,
so that it is very easy to plug LVM into backend.

LVM devices are now intentionally not detected in Dummy Backend.
2017-10-06 03:17:51 +01:00
Andrius Štikonas ffca7c7854 Update device scanner README section. 2017-10-03 19:32:19 +01:00
Andrius Štikonas 40e22c94f2 Store ExternalCommand output in QByteArray.
This makes it possible to run dd with ExternalCommand.
2017-10-03 02:27:47 +01:00
Andrius Štikonas 1fd5294184 Add another heading. 2017-10-02 23:45:46 +01:00
Andrius Štikonas 536e7585bd Reword a sentence in documentation. 2017-10-02 23:43:39 +01:00
Andrius Štikonas 2b428f4f4f Device scanner documentation fixes. 2017-10-02 23:39:11 +01:00
Andrius Štikonas f19c6b39f6 Add a bit of documentation about device scanner. 2017-10-02 23:26:54 +01:00
Adriaan de Groot 41b835ba46 Docs: add a README, explain high-level usage 2017-10-02 16:16:56 +02:00