diff options
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init.herring.rc b/init.herring.rc index 1405fd8..08f95d5 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -80,8 +80,7 @@ on fs mkdir /efs 0775 radio radio mount yaffs2 mtd@efs /efs nosuid nodev mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/cache /cache wait noatime - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime + mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev # permissions for bluetooth. chown bluetooth bluetooth ro.bt.bdaddr_path @@ -103,7 +102,7 @@ service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml group system inet # create filesystems if necessary -service setup_fs /system/bin/setup_fs /dev/block/platform/s3c-sdhci.0/by-name/cache /dev/block/platform/s3c-sdhci.0/by-name/userdata +service setup_fs /system/bin/setup_fs /dev/block/platform/s3c-sdhci.0/by-name/userdata user root group root oneshot |