Revert busybox for CM7 compatibility, add exclamation point to format data
diff --git a/recovery.cpp b/recovery.cpp
index 41bd080..f6bfd45 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -809,6 +809,8 @@
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");