From eea897b3282c4fee8d580364b403d349100c7e22 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 17 Dec 2010 12:43:54 +0100 Subject: [PATCH] installer: Make ext4 the default filesystem. --- src/install+setup/install/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 9ea3f31937..b631ffac6c 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -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; -- 2.39.5