diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-14 18:49:02 +0000 |
---|---|---|
committer | XpLoDWilD <xplodgui@gmail.com> | 2013-02-17 20:28:22 +0000 |
commit | 2806d8bfe0361daab80c43c9e2e38205b780237d (patch) | |
tree | 8b539c8ca1363827346183b240be58c7deb8dff0 /rootdir/fstab.smdk4210 | |
parent | 2bd22a00bd6c148ddbd453896b7639d9eb86ba26 (diff) | |
download | device_samsung_galaxys2-common-2806d8bfe0361daab80c43c9e2e38205b780237d.zip device_samsung_galaxys2-common-2806d8bfe0361daab80c43c9e2e38205b780237d.tar.gz device_samsung_galaxys2-common-2806d8bfe0361daab80c43c9e2e38205b780237d.tar.bz2 |
galaxys2: update for new kernel, cleanup, replicant camera hal
Camera HAL from: http://gitorious.org/replicant/device_samsung_galaxys2
Change-Id: I4191110be5b3368c608333d724f4217894dab4ac
Diffstat (limited to 'rootdir/fstab.smdk4210')
-rwxr-xr-x | rootdir/fstab.smdk4210 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rootdir/fstab.smdk4210 b/rootdir/fstab.smdk4210 new file mode 100755 index 0000000..c5b2115 --- /dev/null +++ b/rootdir/fstab.smdk4210 @@ -0,0 +1,11 @@ +# Android fstab file. +#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> +# The filesystem that contains the filesystem checker binary (typically /system) cannot +# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK +# data partition must be located at the bottom for supporting device encryption + +/dev/block/mmcblk0p9 /system ext4 ro,noatime wait +/dev/block/mmcblk0p7 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check_spo +/dev/block/mmcblk0p1 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check_spo +/dev/block/mmcblk0p12 /preload ext4 ro,nosuid,nodev,noatime wait +/dev/block/mmcblk0p10 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check_spo,encryptable=/efs/metadata |