summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-10-06 16:44:47 -0700
committerBrian Swetland <swetland@google.com>2010-10-06 17:15:43 -0700
commit64040484fad8007dd19d4018ff5b55b97bb7152a (patch)
treeb3c465b6b96b1802a8eccdd2dcaf1ee6f15b2fc5 /init.herring.rc
parent5bc1d70b7c16994888eb5c1f7951bcb191d56646 (diff)
downloaddevice_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.zip
device_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.tar.gz
device_samsung_crespo-64040484fad8007dd19d4018ff5b55b97bb7152a.tar.bz2
update configuration
- enable fiq console - devices for new modemctl driver - cache partition no longer on emmc - fix up sdcard sharing Change-Id: Icbaa5e0c957d65e07ad25f558ac43b2abab95c1b Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc5
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