Skip to content

Commit

Permalink
Fixed invalid mount option for f2fs file system.
Browse files Browse the repository at this point in the history
This fixes issue #67.
  • Loading branch information
diederikdehaas committed Jul 15, 2014
1 parent 96872f4 commit 97ad000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/etc/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ case "$rootfstype" in
kernel_module=true
rootfs_mkfs_options=${rootfs_mkfs_options:-''}
rootfs_install_mount_options=${rootfs_install_mount_options:-'noatime'}
rootfs_mount_options=${rootfs_mount_options:-'errors=remount-ro,noatime'}
rootfs_mount_options=${rootfs_mount_options:-'noatime'}
;;
esac

Expand Down

0 comments on commit 97ad000

Please sign in to comment.