summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/partition.c
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-11-29 13:10:08 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-11-29 13:10:08 +0100
commita0db6f292cdceec16b928fac8a777745c68a319f (patch)
tree8126dc06448121d4232f9a757e00495295b5a659 /mdk-stage1/partition.c
parent96b319243513c55961641ec3dfcdc32f82dfac76 (diff)
downloaddrakx-a0db6f292cdceec16b928fac8a777745c68a319f.tar
drakx-a0db6f292cdceec16b928fac8a777745c68a319f.tar.gz
drakx-a0db6f292cdceec16b928fac8a777745c68a319f.tar.bz2
drakx-a0db6f292cdceec16b928fac8a777745c68a319f.tar.xz
drakx-a0db6f292cdceec16b928fac8a777745c68a319f.zip
advertize "ext4" rather than "ext2"
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" } },