mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Start bootanim before mounting data partition [1/2]
Bug: 30118894 Signed off by: Nolen Johnson <johnsonnolen@gmail.com> Change-Id: If84764e3ce51f467b2dfa867ce28e1e396422d45 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
00ea8fd0bb
commit
b6b210ae70
1 changed files with 8 additions and 1 deletions
|
|
@ -25,6 +25,13 @@ on init
|
||||||
chown bluetooth bluetooth /sys/module/scsc_bt/parameters/bluetooth_address
|
chown bluetooth bluetooth /sys/module/scsc_bt/parameters/bluetooth_address
|
||||||
|
|
||||||
on late-fs
|
on late-fs
|
||||||
|
# Start services for Boot Animation
|
||||||
|
start servicemanager
|
||||||
|
start surfaceflinger
|
||||||
|
start bootanim
|
||||||
|
# Mount RW partitions which need run fsck
|
||||||
|
mount_all /vendor/etc/fstab.${ro.hardware} --late
|
||||||
|
|
||||||
# start mobicore
|
# start mobicore
|
||||||
|
|
||||||
on post-fs
|
on post-fs
|
||||||
|
|
@ -402,7 +409,7 @@ on boot
|
||||||
chmod 0644 /proc/cmdline
|
chmod 0644 /proc/cmdline
|
||||||
|
|
||||||
on fs
|
on fs
|
||||||
mount_all /vendor/etc/fstab.${ro.hardware}
|
mount_all /vendor/etc/fstab.${ro.hardware} --early
|
||||||
# We need to seperate mounting SEC_EFS partition from fstab file due to GSI image loading case
|
# We need to seperate mounting SEC_EFS partition from fstab file due to GSI image loading case
|
||||||
wait /dev/block/platform/13500000.dwmmc0/by-name/sec_efs
|
wait /dev/block/platform/13500000.dwmmc0/by-name/sec_efs
|
||||||
mount ext4 /dev/block/platform/13500000.dwmmc0/by-name/sec_efs /efs nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic
|
mount ext4 /dev/block/platform/13500000.dwmmc0/by-name/sec_efs /efs nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue