From 85f44ed751461d0368edbf5662c4ebc584078804 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 9 Jan 2013 18:42:36 +0000 Subject: Improve remounting sdcard with ecryptfs --- partitions.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index 2b2ed2cef..7660b8b4e 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -107,6 +107,9 @@ protected: 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 +#ifdef TW_INCLUDE_CRYPTO_SAMSUNG + string EcryptFS_Password; // Have to store the encryption password to remount +#endif private: bool Process_Flags(string Flags, bool Display_Error); // Process custom fstab flags -- cgit v1.2.3