+++ This bug was initially created as a clone of Bug #154765 +++ Description of problem: rc.sysinit does not support fully automatic filesystem checking (fsck -y) Version-Release number of selected component (if applicable): initscripts-7.93.11.EL-1 How reproducible: always Steps to Reproduce: 1. echo "-y" > /fsckoptions 2. reboot Actual results: after reboot root filesystem check fails due to conflicting switches given to fsck: fsck -a -y Expected results: system should boot up normally, doing filesystem checks with fsck -y instead of fsck -a Additional info: easy workaround is to edit /etc/rc.d/rc.sysedit manually, and replace all occurences of 'fsck -T -a ...' with 'fsck -T -y ...'
*** This bug has been marked as a duplicate of 143351 ***