Skip to content

Commit

Permalink
j7elte: Remove check_fs as cm dont support it
Browse files Browse the repository at this point in the history
Change-Id: Ida7ebd180277cf7f2220f236abd3e2a21070bc52
  • Loading branch information
aapav01 committed Jul 24, 2016
1 parent c61071a commit 206bb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootdir/etc/init.samsungexynos7580.rc
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,8 @@ on property:ro.debug_level=0x4f4c
on property:ro.bootmode=charger
mount ext4 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM /system wait ro
wait /dev/block/platform/13540000.dwmmc0/by-name/EFS
check_fs /dev/block/platform/13540000.dwmmc0/by-name/EFS ext4
# check_fs is not support on cm
#check_fs /dev/block/platform/13540000.dwmmc0/by-name/EFS ext4
mount ext4 /dev/block/platform/13540000.dwmmc0/by-name/EFS /efs nosuid nodev noatime noauto_da_alloc,discard,journal_async_commit

on property:ro.bootmode=charger
Expand Down

0 comments on commit 206bb54

Please sign in to comment.