From 3477d7163e781bc88836fe5c36160d8eb60ea4ac Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 27 Sep 2012 15:44:01 -0400 Subject: Save version number to storage --- recovery.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recovery.cpp') diff --git a/recovery.cpp b/recovery.cpp index 3c4447274..41bd080ce 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -809,11 +809,6 @@ 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("Symlinking gzip to pigz\n"); - system("ln -sf /sbin/pigz /sbin/gzip"); - system("ln -sf /sbin/unpigz /sbin/gunzip"); printf("=> Linking mtab\n"); system("ln -s /proc/mounts /etc/mtab"); // And link mtab for mke2fs printf("=> Processing recovery.fstab\n"); @@ -931,6 +926,7 @@ main(int argc, char **argv) { finish_recovery(NULL); DataManager_ReadSettingsFile(); if (DataManager_GetIntValue(TW_IS_ENCRYPTED) == 0 && OpenRecoveryScript::check_for_script_file()) { + TWFunc::Output_Version(); gui_console_only(); OpenRecoveryScript::run_script_file(); if (1 || OpenRecoveryScript::run_script_file() != 0) { -- cgit v1.2.3