diff options
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 79886a4..da3729c 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -80,7 +80,6 @@ on fs symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice restorecon_recursive /dev/block/platform/soc/${ro.boot.bootdevice} mount_all fstab.qcom - swapon_all fstab.qcom # Restorecon restorecon_recursive /persist @@ -709,6 +708,9 @@ service qcomsysd /system/bin/qcom-system-daemon on property:sys.boot_completed=1 write /dev/kmsg "Boot completed " + # Enable ZRAM on boot_complete + swapon_all fstab.qcom + # end boot time fs tune write /sys/block/sda/queue/read_ahead_kb 128 write /sys/block/sda/queue/nr_requests 128 |