﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
488	checkfs - correction in fsck return codes interpretation	barbos@…	lfs-book@…	"fsck from e2fsprogs 1.32 returns 3 in case errors were found and corrected and
the system needs to be rebooted ( 1 - errors found and corrected OR system needs
to be rebooted).

IMHO the script should be modified like:

- if [ ""error_value"" = 2 ]
+ if [ ""error_value"" = 2 ] || [ ""error_value"" = 3 ]
....
- if [ ""error_value"" -gt 2 -a ""error_value"" -lt 16 ]
+ if [ ""error_value"" -gt 3 -a ""error_value"" -lt 16 ]


Also maybe a timeout instead just wainting for enter to reboot (but not in case
of halt)"	defect	closed	normal		Book	CVS	normal	fixed		
