Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 906ae796 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Use filesystem type instead of auto on remount



Use the filesystem type obtained from /proc/mounts to remount the filesystem
instead of use the auto type

Change-Id: I791e099a51fec1f9f75ce94a3e879b8a6f594e4e
Signed-off-by: default avatarjruesga <jorge@ruesga.com>
parent dd954c7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
  <command commandId="id" commandPath="/system/bin/id" commandArgs="-Gn" />

  <!-- FileSystem -->
  <command commandId="mount" commandPath="/system/bin/mount" commandArgs="-o %1$s,remount -t auto %2$s %3$s" />
  <command commandId="mount" commandPath="/system/bin/mount" commandArgs="-o %1$s,remount -t %2$s %3$s" />
  <command commandId="mountpointinfo" commandPath="/system/bin/mount" commandArgs="" />

  <!-- List/Find/Info -->