Fix the "Intel Extended Partition" add-on to use the correct disk system
name ("Intel Extended Partition"), this allows disks with extended partitions
to successfully PrepareForModifications(). I have just used DriveSetup to
initialize a partition with BFS. Yay!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,7 +19,7 @@ using std::nothrow;
|
|||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
ExtendedPartitionAddOn::ExtendedPartitionAddOn()
|
ExtendedPartitionAddOn::ExtendedPartitionAddOn()
|
||||||
: BDiskSystemAddOn(kPartitionTypeIntel, 0)
|
: BDiskSystemAddOn(kPartitionTypeIntelExtended, 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user