mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
* All AEE, Meta mode, Factory mode related scripts have been removed. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I20ab2c44768ca3f83f8515c2c4455924aaa394d9
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
# default is the init flow for the project without AGO settings
|
|
|
|
on post-fs-data
|
|
write /sys/block/zram0/comp_algorithm lz4
|
|
write /proc/sys/vm/page-cluster 0
|
|
write /proc/sys/vm/swappiness 100
|
|
write /sys/kernel/mm/swap/vma_ra_enabled false
|
|
swapon_all /vendor/etc/fstab.enableswap
|