From 55dc9d89cf355f2fd7e83a1d64a76428369e8e9e Mon Sep 17 00:00:00 2001 From: Scott Brissenden Date: Mon, 13 Jan 2014 13:40:40 +0000 Subject: Revert "Migrate the fuse sdcard daemon for internal sdcard to KK" This reverts commit a19f5766bee0e5cefc5220fa14537f0fc802e649. Change-Id: I288a45ef71a1f64da57dd1af09da64f7b63a3233 --- 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 f98a19d..23552fb 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 -u 1023 -g 1023 -l /data/media /mnt/shell/emulated +service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023 class late_start service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 /mnt/media_rw/sdcard1 /storage/sdcard1 -- cgit v1.1