mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Add ext4 support to installer.
This commit is contained in:
@@ -567,6 +567,13 @@ char *es_tr[] = {
|
||||
"I accept this license.",
|
||||
/* TR_LICENSE_NOT_ACCEPTED */
|
||||
"License not accepted. Exit!",
|
||||
|
||||
/* TR_EXT2FS_DESCR */
|
||||
"Ext2 - Filesystem without Journal (suggested for flashdrives)",
|
||||
/* TR_EXT3FS_DESCR */
|
||||
"Ext3 - Filesystem with Journal",
|
||||
/* TR_EXT4FS_DESCR */
|
||||
"Ext4 - Filesystem with Journal",
|
||||
/* TR_REISERFS_DESCR */
|
||||
"ReiserFS - Filesystem with Journal",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user