From c04dcf78662e72b9519b3730d7563a4bfb5b2225 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Oct 2012 10:46:37 -0400 Subject: Create busybox symlinks during compile --- recovery.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recovery.cpp') 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"); -- cgit v1.2.3