forked from rpms/e2fsprogs
28 lines
689 B
Diff
28 lines
689 B
Diff
From 007d212c3f6c4942185e53a41011d11585827033 Mon Sep 17 00:00:00 2001
|
|
From: Lukas Czerner <lczerner@redhat.com>
|
|
Date: Sun, 15 Dec 2019 12:05:41 +0100
|
|
Subject: [PATCH 1/2] mke2fs.conf: Disable fname_encoding feature
|
|
|
|
It's still rather new and we do not feel ready supporting it at the
|
|
moment, so just disable it.
|
|
|
|
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
|
|
---
|
|
misc/mke2fs.conf.in | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
|
|
index 00afd912..01e35cf8 100644
|
|
--- a/misc/mke2fs.conf.in
|
|
+++ b/misc/mke2fs.conf.in
|
|
@@ -45,6 +45,3 @@
|
|
blocksize = 4096
|
|
inode_size = 128
|
|
}
|
|
-
|
|
-[options]
|
|
- fname_encoding = utf8
|
|
--
|
|
2.21.0
|
|
|