diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-05 15:10:31 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-06 12:15:24 +0200 |
commit | af08db027b6214306683c8cbf9980798c5f85977 (patch) | |
tree | 97211afd7b11bace6ce508984d110ddf10dc41f2 /prebuilt/common/etc/init/lineage-system.rc | |
parent | dc5051ce0272ddb572aaa72ecd0e1d00ad9b0f83 (diff) | |
download | external_wget-replicant-11.tar.gz external_wget-replicant-11.tar.bz2 external_wget-replicant-11.zip |
This way:
- We can rebase more easily if needed
- We don't have to bring in the other part of vendor/lineage that
is potentially incompatible with what we have
wget was also moved in the top directory along the way.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'prebuilt/common/etc/init/lineage-system.rc')
-rw-r--r-- | prebuilt/common/etc/init/lineage-system.rc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/prebuilt/common/etc/init/lineage-system.rc b/prebuilt/common/etc/init/lineage-system.rc deleted file mode 100644 index 619c6d82..00000000 --- a/prebuilt/common/etc/init/lineage-system.rc +++ /dev/null @@ -1,31 +0,0 @@ -# LineageOS core functionality -on init - export ANDROID_CACHE /cache - export TERMINFO /system/etc/terminfo - -on post-fs-data - mkdir /cache/recovery 0770 system cache - - # Run sysinit - start sysinit - - # Change permissions on fsck log so it can be added to the dropbox - chown root log /dev/fscklogs/log - chmod 0640 /dev/fscklogs/log - -on boot - # Persistent properties (only created if persist exists) - mkdir /persist/properties 0770 system system - -# sysinit (/system/etc/init.d) -service sysinit /system/bin/sysinit - user root - oneshot - disabled - -# bugreport is triggered by holding down volume down, volume up and power -service bugreport /system/bin/dumpstate -d -p -B -z \ - -o /data/user_de/0/com.android.shell/files/bugreports/bugreport - oneshot - disabled - keycodes 114 115 116 |