Created
          May 25, 2016 08:20 
        
      - 
      
- 
        Save mthierry/18d999e7cec78669eee51b707412a0d3 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | From d5d695031656571f3cc334c2b713564c30b339ad Mon Sep 17 00:00:00 2001 | |
| From: Michel Thierry <[email protected]> | |
| Date: Tue, 2 Dec 2014 11:02:25 +0000 | |
| Subject: [PATCH] XXX: Disable encryption | |
| Change-Id: Icd270b304d4476b47ba8538c6981b2e99a4a0f10 | |
| --- | |
| groups/boot-arch/efi/fstab | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| diff --git a/groups/boot-arch/efi/fstab b/groups/boot-arch/efi/fstab | |
| index ff5aebc..4bc6524 100644 | |
| --- a/groups/boot-arch/efi/fstab | |
| +++ b/groups/boot-arch/efi/fstab | |
| @@ -5,7 +5,7 @@ | |
| /dev/block/by-name/android_system /system ext4 ro wait,verify | |
| /dev/block/by-name/android_cache /cache ext4 noatime,nosuid,nodev,errors=panic wait,check | |
| -/dev/block/by-name/android_data /data ext4 noatime,nosuid,nodev,errors=panic wait,check,forceencrypt=/dev/block/by-name/android_metadata | |
| +/dev/block/by-name/android_data /data ext4 noatime,nosuid,nodev,errors=panic wait,check,encryptable=/dev/block/by-name/android_metadata | |
| /dev/block/by-name/android_boot /boot emmc defaults defaults | |
| /dev/block/by-name/android_recovery /recovery emmc defaults defaults | |
| /dev/block/by-name/android_misc /misc emmc defaults defaults | |
| -- | |
| 2.1.1 | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment