universal7885: Import init scripts from stock

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2019-05-12 13:52:05 +00:00 committed by roynatech2544
commit 3de9653f78
9 changed files with 1775 additions and 3 deletions

View 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