mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
installer: Make ext4 the default filesystem.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user