From 3a9e63716206df892d50519e931751c60991eefc Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Fri, 9 Oct 2015 23:22:55 +0700 Subject: system/ciopfs: Added (case insensitive FUSE filesystem). Signed-off-by: Willy Sudiarto Raharjo --- system/ciopfs/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/ciopfs/README (limited to 'system/ciopfs/README') diff --git a/system/ciopfs/README b/system/ciopfs/README new file mode 100644 index 0000000000..8288557370 --- /dev/null +++ b/system/ciopfs/README @@ -0,0 +1,3 @@ +ciopfs is a case-insensitive FUSE filesystem. It is useful for getting +around issues where, say, a game is ported from Linux to Windows but +the mods for that game still expect a case-insenitive filesystem. -- cgit v1.2.3-65-gdbad