summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/partition.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/partition.c')
-rw-r--r--mdk-stage1/partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/partition.c b/mdk-stage1/partition.c
index 83bfc5ce6..cb59f0514 100644
--- a/mdk-stage1/partition.c
+++ b/mdk-stage1/partition.c
@@ -74,7 +74,7 @@ static const char * detect_partition_type(char * dev)
struct partition_detection_info partitions_signatures[] = {
{ "Linux Swap", { 4086, "SWAP-SPACE" }, { 0, NULL }, { 0, NULL } },
{ "Linux Swap", { 4086, "SWAPSPACE2" }, { 0, NULL }, { 0, NULL } },
- { "Ext2", { 0x438, "\x53\xEF" }, { 0, NULL }, { 0, NULL } },
+ { "Ext4", { 0x438, "\x53\xEF" }, { 0, NULL }, { 0, NULL } },
{ "ReiserFS", { 0x10034, "ReIsErFs" }, { 0, NULL }, { 0, NULL } },
{ "ReiserFS", { 0x10034, "ReIsEr2Fs" }, { 0, NULL }, { 0, NULL } },
{ "XFS", { 0, "XFSB" }, { 0x200, "XAGF" }, { 0x400, "XAGI" } },