2 # Copyright 2010 Vertical Communications
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
8 e2fsck
-p "$device" 2>&1 | logger
-t "fstab: e2fsck ($device)"
13 4) echo "e2fsck ($device): Warning! Uncorrected errors."| logger
-t fstab
16 *) echo "e2fsck ($device): Error $status. Check not complete."| logger
-t fstab
;;
33 append libmount_known_fsck
"ext2"
34 append libmount_known_fsck
"ext3"
35 append libmount_known_fsck
"ext4"