Add backup size checking

Converted bootloader.cpp to TWRP and removed AOSP fstab parsing
from startup
diff --git a/recovery.cpp b/recovery.cpp
index 8cf3106..d6ed79c 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -803,7 +803,7 @@
 
 	//ui->Init();
     //ui->SetBackground(RecoveryUI::NONE);
-    load_volume_table();
+    //load_volume_table();
 
 	// Load default values to set DataManager constants and handle ifdefs
 	DataManager_LoadDefaults();