mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: rootdir: Symlink platform/soc/${ro.boot.bootdevice} to bootdevice
Make symbolic link from /dev/block/platform/soc/${ro.boot.bootdevice} to /dev/block/bootdevice. Change-Id: I7b7f4c728656103445e7fb68ccca92402fa36ff5
This commit is contained in:
parent
6e63a763d9
commit
094f6917e1
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ on early-boot
|
|||
write /sys/bus/msm_subsys/devices/subsys4/restart_level "related"
|
||||
|
||||
on fs
|
||||
wait /dev/block/platform/soc.0/${ro.boot.bootdevice}
|
||||
symlink /dev/block/platform/soc.0/${ro.boot.bootdevice} /dev/block/bootdevice
|
||||
|
||||
wait /dev/block/bootdevice
|
||||
mount_all fstab.qcom
|
||||
write /proc/sys/vm/swappiness 100
|
||||
|
|
Loading…
Reference in a new issue