diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2019-09-06 12:36:55 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-11-30 21:26:10 +0100 |
| commit | 34e59897f39357905de2e7f84dd527625e1dd714 (patch) | |
| tree | 07eab01a10b843c60d0de2624a6c6137b18cb2e1 | |
| parent | c7619ba6e9381037be2cff95f48db8f056c8edbc (diff) | |
| download | android_bootable_recovery-lineage-17.0.tar.gz android_bootable_recovery-lineage-17.0.tar.bz2 android_bootable_recovery-lineage-17.0.zip | |
recovery: symlink /sbin for script compatibilitylineage-17.0
Change-Id: I6548d65c1e6f775d2d1931864ebf7830d701fbaf
| -rw-r--r-- | etc/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index 122af638..9681aa8a 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -19,6 +19,8 @@ on init symlink /system/bin /bin symlink /system/etc /etc + rmdir /sbin + symlink /system/bin /sbin mount cgroup none /acct cpuacct mkdir /acct/uid |
