Skip to content

Commit ba57da1

Browse files
committed
pyramid: Don't set I/O scheduler in this way
* Can be set in props via sys.io.scheduler
1 parent 977e44a commit ba57da1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rootdir/etc/init.pyramid.rc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import init.pyramid.usb.rc
22

33
on early-init
44
write /sys/devices/system/cpu/cpu1/online 1
5-
write /sys/block/mmcblk0/bdi/read_ahead_kb 512
6-
write /sys/block/mmcblk0/queue/scheduler noop
75

86
# ZRAM
97
write /sys/block/zram0/comp_algorithm lz4
@@ -322,9 +320,6 @@ on property:sys.boot_completed=1
322320
# Wake on volume
323321
write /sys/keyboard/vol_wakeup 1
324322

325-
on property:init.svc.bootanim=stopped
326-
write /sys/block/mmcblk0/queue/scheduler fiops
327-
328323
on property:sys.radio.shutdown=true
329324
exec /system/bin/sh /system/etc/init.qcom.efs.sync.sh
330325

0 commit comments

Comments
 (0)