Library for managing partitions. Common code for KDE Partition Manager and other projects. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Harald Sitter 984a4e9ace fix device RO check
Summary:
- mark deviceNode const
- copy it as deviceName
- mutate deviceName by removing `/dev/`
- use the new deviceName for the read-only check

this makes sure we emit the unmodified deviceNode (e.g. /dev/vda) rather
than the name (e.g. vda). unbreaks for example calamares which doesn't
know what to do with "vda".

CCBUG: 378607

Test Plan:
- without fix clamares fails to list devices
- with the fix calamares lists devices

Reviewers: stikonas

Reviewed By: stikonas

Differential Revision: https://phabricator.kde.org/D6414
2017-06-28 13:51:27 +02:00
cmake/modules Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
src fix device RO check 2017-06-28 13:51:27 +02:00
.arcconfig Phabricator config file. 2016-03-02 13:14:58 +01:00
CMakeLists.txt Bump version to 3.1.1. 2017-06-14 00:20:13 +02:00
COPYING.GPL3 Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
INSTALL Update INSTALL instructions: 2015-06-11 12:28:27 +01:00
KPMcoreConfig.cmake.in Teach cmake config to find kpmcore include dir. 2016-01-11 23:51:28 +00:00