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:
parent
495bcef7a8
commit
4290042b17
@ -19,7 +19,7 @@ using std::nothrow;
|
||||
|
||||
// constructor
|
||||
ExtendedPartitionAddOn::ExtendedPartitionAddOn()
|
||||
: BDiskSystemAddOn(kPartitionTypeIntel, 0)
|
||||
: BDiskSystemAddOn(kPartitionTypeIntelExtended, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user