summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-10-02 16:46:37 +0200
committerDees_Troy <dees_troy@teamw.in>2012-10-02 16:48:22 +0200
commitc04dcf78662e72b9519b3730d7563a4bfb5b2225 (patch)
tree589855b976cf95e399c9b3a328dfa073df2be9dc /recovery.cpp
parentEnsure that actions are not simulated in ORS (diff)
downloadandroid_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar.gz
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar.bz2
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar.lz
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar.xz
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.tar.zst
android_bootable_recovery-c04dcf78662e72b9519b3730d7563a4bfb5b2225.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/recovery.cpp b/recovery.cpp
index ea085d15d..2459650f3 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -810,10 +810,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
+ system("ln -s /proc/mounts /etc/mtab"); // Link mtab for mke2fs
printf("=> Processing recovery.fstab\n");
if (!PartitionManager.Process_Fstab("/etc/recovery.fstab", 1)) {
LOGE("Failing out of recovery due to problem with recovery.fstab.\n");