diff options
| author | madmack <alali48@gmail.com> | 2013-01-15 17:50:43 -0500 |
|---|---|---|
| committer | madmack <alali48@gmail.com> | 2013-01-15 17:50:43 -0500 |
| commit | 05fa9d61ac9b7341597bbd488b3fca315d513662 (patch) | |
| tree | f28d574610ae98c8329c937e9be42b18766ee23f /rootdir | |
| parent | d0c9c194fdb1d91f6d945a739878aa182feaab1f (diff) | |
| download | device_samsung_t0lte-05fa9d61ac9b7341597bbd488b3fca315d513662.tar.gz device_samsung_t0lte-05fa9d61ac9b7341597bbd488b3fca315d513662.tar.bz2 device_samsung_t0lte-05fa9d61ac9b7341597bbd488b3fca315d513662.zip | |
fix bootloop due to missing sdcards
Change-Id: I3b031abe51305c033524fc84ad1e60b1661103d0
Diffstat (limited to 'rootdir')
| -rwxr-xr-x | rootdir/init.smdk4x12.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index f54c3ce..a221fad 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -1,7 +1,7 @@ import init.smdk4x12.usb.rc import init.bt.rc -on early-init +on init mkdir /mnt/shell/emulated 0700 shell shell mkdir /storage 0550 system sdcard_r mkdir /storage/emulated 0555 root root |
