mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Import init scripts from stock
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
866d62d789
commit
3de9653f78
9 changed files with 1775 additions and 3 deletions
13
rootdir/etc/init.carrier.rc
Normal file
13
rootdir/etc/init.carrier.rc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
on init
|
||||
#omr
|
||||
mkdir /omr 0771 system system
|
||||
|
||||
on boot
|
||||
|
||||
on fs
|
||||
#omr
|
||||
wait /dev/block/platform/13500000.dwmmc0/by-name/OMR
|
||||
mount ext4 /dev/block/platform/13500000.dwmmc0/by-name/OMR /omr nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic
|
||||
chown system system /omr
|
||||
chmod 0771 /omr
|
||||
Loading…
Reference in a new issue