msm8937-common: fs: 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 Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
efc98f85bc
commit
12b318e65b
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ on early-init
|
||||||
mkdir /dsp 0771 media media
|
mkdir /dsp 0771 media media
|
||||||
|
|
||||||
on fs
|
on fs
|
||||||
wait /dev/block/bootdevice
|
wait /dev/block/platform/soc/${ro.boot.bootdevice}
|
||||||
|
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
|
||||||
|
|
||||||
mount_all fstab.qcom
|
mount_all fstab.qcom
|
||||||
swapon_all fstab.qcom
|
swapon_all fstab.qcom
|
||||||
|
|
Loading…
Reference in a new issue