Skip to content

Commit

Permalink
Final touches for timshift compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrysostomus committed Mar 27, 2018
1 parent ed3994c commit 92161e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ mount_opts() {
sed -i 's/nossd - off/nossd - on/' /tmp/.fs_options
else
sed -i 's/compress=lzo - off/compress=lzo - on/' /tmp/.fs_options
sed -i 's/space_cache - off/space_cache - on/' /tmp/.fs_options
sed -i 's/ space_cache - off/ space_cache - on/' /tmp/.fs_options
sed -i 's/commit=120 - off/commit=120 - on/' /tmp/.fs_options
sed -i 's/ssd - off/ssd - on/' /tmp/.fs_options
sed -i 's/ ssd - off/ ssd - on/' /tmp/.fs_options

fi
sed -i 's/noatime - off/noatime - on/' /tmp/.fs_options
Expand Down

0 comments on commit 92161e4

Please sign in to comment.