From a19f5766bee0e5cefc5220fa14537f0fc802e649 Mon Sep 17 00:00:00 2001 From: madmack Date: Tue, 24 Dec 2013 22:21:09 -0500 Subject: Migrate the fuse sdcard daemon for internal sdcard to KK Change-Id: Ib176b6dc064167b57ab44d991f45dfad3fbe9751 --- rootdir/init.smdk4x12.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 23552fb..f98a19d 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -486,7 +486,7 @@ service at_distributor /system/bin/at_distributor # create virtual SD card at /mnt/sdcard, based on the /data/media directory # daemon will drop to user/group system/media_rw after initializing # underlying files in /data/media wil be created with user and group media_rw (1023) -service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023 +service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated class late_start service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 /mnt/media_rw/sdcard1 /storage/sdcard1 -- cgit v1.1