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:
Ingo Weinhold
2005-03-31 11:22:02 +00:00
parent f2162522b0
commit d832aa7efc
+4 -2
View File
@@ -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"