diff --git a/src/modules/partition/core/PartitionCoreModule.cpp b/src/modules/partition/core/PartitionCoreModule.cpp index 63563ec408764b56c9e9300e8d7f5d1b16494dc1..d38025e8bd18c39621ee145c24d8ee8835afcdee 100644 --- a/src/modules/partition/core/PartitionCoreModule.cpp +++ b/src/modules/partition/core/PartitionCoreModule.cpp @@ -112,7 +112,7 @@ void PartitionCoreModule::init() { CoreBackend* backend = CoreBackendManager::self()->backend(); - auto devices = backend->scanDevices( false ); + auto devices = backend->scanDevices( true ); // Remove the device which contains / from the list for ( auto it = devices.begin(); it != devices.end(); )