rename rpi4 -> rpi5
This commit is contained in:
25
ramdisk/init.rpi5.rc
Normal file
25
ramdisk/init.rpi5.rc
Normal file
@@ -0,0 +1,25 @@
|
||||
import /vendor/etc/init/hw/init.rpi5.usb.rc
|
||||
|
||||
on init
|
||||
symlink /sdcard /storage/sdcard0
|
||||
|
||||
on fs
|
||||
mount_all /vendor/etc/fstab.rpi5
|
||||
|
||||
on post-fs-data
|
||||
# Create the directories used by the Wireless subsystem
|
||||
mkdir /data/vendor/wifi 0770 wifi wifi
|
||||
mkdir /data/vendor/wifi/wpa 0770 wifi wifi
|
||||
mkdir /data/vendor/wifi/wpa/sockets 0770 wifi wifi
|
||||
|
||||
# Set indication (checked by vold) that we have finished this action
|
||||
setprop vold.post_fs_data_done 1
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
# Reinit lmkd to reconfigure lmkd properties
|
||||
setprop lmkd.reinit 1
|
||||
|
||||
service suspend_blocker_rpi /vendor/bin/suspend_blocker_rpi
|
||||
class early_hal # Start together with system_suspend HAL
|
||||
group system
|
||||
user root
|
Reference in New Issue
Block a user