summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-12-12 20:29:35 +0100
committerDees_Troy <dees_troy@teamw.in>2012-12-12 20:29:35 +0100
commit68cab49d96a3bc3636fbb9e7238b78f0b7ed1613 (patch)
treeb92cab688317d51e2626247c4aa39e485f56b41e /partitions.hpp
parentRestore text display during restore (diff)
downloadandroid_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar.gz
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar.bz2
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar.lz
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar.xz
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.tar.zst
android_bootable_recovery-68cab49d96a3bc3636fbb9e7238b78f0b7ed1613.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp
index a74a5a459..2c3ad7180 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -106,6 +106,7 @@ protected:
string Storage_Path; // Indicates the path to the storage -- root indicates mount point, media/ indicates e.g. /data/media
string Fstab_File_System; // File system from the recovery.fstab
int Format_Block_Size; // Block size for formatting
+ bool Ignore_Blkid; // Ignore blkid results due to superblocks lying to us on certain devices / partitions
private:
bool Process_Flags(string Flags, bool Display_Error); // Process custom fstab flags