diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 073dc395ca..6f0cd04335 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -170,7 +170,7 @@ PartitionRecorder::FirstOffset() const bool PartitionRecorder::_Record(BPartition* partition) { - if (!partition->ContainsFileSystem()) + if (partition->ContainsPartitioningSystem()) return false; BPath partitionPath;