diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-28 18:34:33 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-28 18:34:33 +0200 |
commit | ce2fe779c028eeb198120b6d43e0a242a7113465 (patch) | |
tree | a41219ba7992552a06d55f8107a5192b974225d4 /recovery.cpp | |
parent | Save version number to storage (diff) | |
download | android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar.gz android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar.bz2 android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar.lz android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar.xz android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.tar.zst android_bootable_recovery-ce2fe779c028eeb198120b6d43e0a242a7113465.zip |
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp index 41bd080ce..f6bfd4537 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -809,6 +809,8 @@ main(int argc, char **argv) { DataManager_LoadDefaults(); printf("Starting the UI..."); gui_init(); + printf("=> Installing busybox into /sbin\n"); + system("/sbin/bbinstall.sh"); // Let's install busybox printf("=> Linking mtab\n"); system("ln -s /proc/mounts /etc/mtab"); // And link mtab for mke2fs printf("=> Processing recovery.fstab\n"); |