Disable EXT2 formatting because it *DOESN'T WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!!!!!!!!!
CORE-3091 CORE-3073 CORE-4003 #comment EXT2 formatting disabled in USETUP in revision 62766. Please reenable ONLY when you know it works.
svn path=/trunk/; revision=62766
}
}
}
+#if 0
else if (wcscmp(FileSystemList->Selected->FileSystem, L"EXT2") == 0)
PartEntry->PartInfo[PartNum].PartitionType = PARTITION_EXT2;
+#endif
else if (!FileSystemList->Selected->FormatFunc)
return QUIT_PAGE;
IN PFILE_SYSTEM_LIST List)
{
FS_AddProvider(List, L"FAT", VfatFormat, VfatChkdsk);
+#if 0
FS_AddProvider(List, L"EXT2", Ext2Format, Ext2Chkdsk);
+#endif
return TRUE;
}