Skip to content

Commit

Permalink
enable journal in format script
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Oct 30, 2013
1 parent 553f0e8 commit 29fa9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootmenu/script/format_ext4.sh
Expand Up @@ -20,9 +20,9 @@ umount /cache

#Disable journal
/system/bin/tune2fs -o journal_data_writeback $PART_DATA
/system/bin/tune2fs -O ^has_journal $PART_DATA
/system/bin/tune2fs -O has_journal $PART_DATA
/system/bin/tune2fs -o journal_data_writeback $PART_CACHE
/system/bin/tune2fs -O ^has_journal $PART_CACHE
/system/bin/tune2fs -O has_journal $PART_CACHE

#Mount cache
mount -t ext4 -o nosuid,nodev,noatime,nodiratime,barrier=1 $PART_CACHE /cache
Expand Down

0 comments on commit 29fa9de

Please sign in to comment.