]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: Make ext4 the default filesystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Dec 2010 11:43:54 +0000 (12:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Dec 2010 11:43:54 +0000 (12:43 +0100)
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;