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

Commit b38385b5 authored by Jorge Ruesga's avatar Jorge Ruesga Committed by Gerrit Code Review
Browse files

Merge "CMFM: Use filesystem type instead of auto on remount" into cm-10.1

parents 6ed957d8 906ae796
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 -->