-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.recovery.alpha_max.rc
36 lines (31 loc) · 1.36 KB
/
init.recovery.alpha_max.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
on early-init
setenforce 0
# ----------------- BEGIN MIX-IN DEFINITIONS -----------------
# Mix-In definitions are auto-generated by mixin-update
##############################################################
# Source: device/intel/mixins/groups/boot-arch/efi/init.recovery.rc
##############################################################
service watchdogd /sbin/watchdogd
user root
class core
oneshot
seclabel u:r:watchdogd:s0
##############################################################
# Source: device/intel/mixins/groups/ethernet/dhcp/init.recovery.rc
##############################################################
service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL eth0
class main
disabled
oneshot
on post-fs-data
start dhcpcd_eth0
##############################################################
# Source: device/intel/mixins/groups/disk-bus/mmc-minnow/init.recovery.rc
##############################################################
on init
# Android creates by-name disk links with the disk controller
# in the generated path, so that the names pulled out of the GPT
# can be associated with the correct disk. Create a shortcut to
# /dev/block/by-name so that we can use the same fstabs everywhere.
symlink /dev/block/platform/80860F16:00/by-name /dev/block/by-name
# ------------------ END MIX-IN DEFINITIONS ------------------