:: commit d0e8016ed75b002051bbe9fdfb742bfa0dfa0870

Mintsuki <mintsuki@protonmail.com> — 2025-11-23 03:29

parents: 7a18222bbf

lib/part: Remove ancient echfs partition check

diff --git a/common/lib/part.s2.c b/common/lib/part.s2.c
index 3d3eff7e..ad45d8d2 100644
--- a/common/lib/part.s2.c
+++ b/common/lib/part.s2.c
@@ -262,9 +262,6 @@ bool is_valid_mbr(struct volume *volume) {
         return false;
 
     char hintc[64];
-    volume_read(volume, hintc, 4, 8);
-    if (memcmp(hintc, "_ECH_FS_", 8) == 0)
-        return false;
     volume_read(volume, hintc, 3, 4);
     if (memcmp(hintc, "NTFS", 4) == 0)
         return false;
tab: 248 wrap: offon