installer: Make ext4 the default filesystem.

This commit is contained in:
Michael Tremer
2010-12-17 12:43:54 +01:00
parent eb07028a85
commit eea897b328

View File

@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
char commandstring[STRING_SIZE];
char mkfscommand[STRING_SIZE];
char *fstypes[] = { "ext2", "ext3", "ext4", "ReiserFS", NULL };
int fstype = EXT3;
int fstype = EXT4;
int choice;
int i;
int found = 0;