From 2f186b88a287d954e402c9bd91f0e8d75e5ce2bc Mon Sep 17 00:00:00 2001 From: Hashcode Date: Mon, 16 Feb 2015 22:04:21 -0800 Subject: Add zram information and mount it during boot Change-Id: I2a758e866c4518a1cbbd360bd3a06f3d922161f5 --- rootdir/init.tuna.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rootdir/init.tuna.rc') diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index b79b12d..7399bfc 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -63,10 +63,14 @@ on boot on fs mkdir /factory 0775 radio radio + mount_all /fstab.tuna + swapon_all /fstab.tuna + restorecon /dev/block/platform/omap/omap_hsmmc.0/by-name/radio restorecon_recursive /factory mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory ro remount + setprop ro.crypto.fuse_sdcard true # change permissions for mtd device -- cgit v1.1