As reported in ticket #2477 the fix in r27149 does not work for NTFS partition.
Now all partitions are bootable that do not contain a partitioning system. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -170,7 +170,7 @@ PartitionRecorder::FirstOffset() const
|
|||||||
bool
|
bool
|
||||||
PartitionRecorder::_Record(BPartition* partition)
|
PartitionRecorder::_Record(BPartition* partition)
|
||||||
{
|
{
|
||||||
if (!partition->ContainsFileSystem())
|
if (partition->ContainsPartitioningSystem())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
BPath partitionPath;
|
BPath partitionPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user