summaryrefslogtreecommitdiffstats
path: root/init.espresso10.rc
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:07:39 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:07:39 +0100
commit0c670fd40244d784f688ff9c1b710aa26c40a92c (patch)
treee0ab336bf60ce1516938bb6fda8946c73a293001 /init.espresso10.rc
parentd0e635421afead5c9448bbee6963d06a5aac3541 (diff)
downloaddevice_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.zip
device_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.tar.gz
device_samsung_p5100-0c670fd40244d784f688ff9c1b710aa26c40a92c.tar.bz2
common: add fstab
Change-Id: I139271a713e33441d27ff5247a6bd37a83367e59
Diffstat (limited to 'init.espresso10.rc')
-rwxr-xr-xinit.espresso10.rc7
1 files changed, 2 insertions, 5 deletions
diff --git a/init.espresso10.rc b/init.espresso10.rc
index c96c153..f435c0f 100755
--- a/init.espresso10.rc
+++ b/init.espresso10.rc
@@ -35,11 +35,8 @@ loglevel 7
on fs
mkdir /efs
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system wait rw
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system ro remount
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data wait noatime nosuid nodev crypt discard,noauto_da_alloc
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache wait noatime nosuid nodev nomblk_io_submit,errors=panic
- mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/EFS /efs wait rw
+ mount_all fstab.espresso10
+
chown radio system /efs
chmod 0775 /efs