diff options
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |