summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Bocek <vbocek@gmail.com>2015-03-08 16:32:41 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-03-11 14:03:45 +0100
commit05ec1d470da20637ff29fd3621e7951fcdc8cfd8 (patch)
treea7aa0503b44480672ae14599da33347eecf5933d
parentProperly disable GGL_TEXTURE_2D after using it in minuitwrp (diff)
downloadandroid_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar.gz
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar.bz2
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar.lz
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar.xz
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.tar.zst
android_bootable_recovery-05ec1d470da20637ff29fd3621e7951fcdc8cfd8.zip
-rw-r--r--etc/init.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index e8106f391..d0d8ed91b 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -36,6 +36,8 @@ on init
write /proc/sys/kernel/panic_on_oops 1
on fs
+ mount pstore pstore /sys/fs/pstore
+
mkdir /dev/usb-ffs 0770 shell shell
mkdir /dev/usb-ffs/adb 0770 shell shell
mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000