We must just the same naming as in DiskDeviceTypes.cpp for the intel partition types, since the implementation relies on it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12186 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,8 +49,10 @@ class Partition : public Node, public partition_data {
|
||||
|
||||
// DiskDeviceTypes we need/support in the boot loader
|
||||
#define kPartitionTypeAmiga "Amiga RDB"
|
||||
#define kPartitionTypeIntel "Intel"
|
||||
#define kPartitionTypeIntelExtended "Intel Extended"
|
||||
#define kPartitionTypeIntel "Intel Partition Map"
|
||||
#define kPartitionTypeIntelExtended "Intel Extended Partition"
|
||||
// Note: The naming of these two at least must be consistent with
|
||||
// DiskDeviceTypes.cpp.
|
||||
#define kPartitionTypeApple "Apple"
|
||||
|
||||
#define kPartitionTypeBFS "BFS Filesystem"
|
||||
|
||||
Reference in New Issue
Block a user