]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/install/main.c
installer: Make ext4 the default filesystem.
[people/pmueller/ipfire-2.x.git] / src / install+setup / install / main.c
index 9ea3f3193708f68cace5573adb6204776060d8a7..b631ffac6c2deda111b0a29098a377151bff7ce8 100644 (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;