06-02-2017, 07:53 PM
(This post was last modified: 06-02-2017, 07:59 PM by supergamer.)
I'm not on a linutlite install right now but I will check to be sure later but really this should be easy. Go to the /etc/init.d folder and look for the checkfs.sh script. Open it up with a text editor using sudo and change the line that says FSCKFIX=no to FSCKFIX=yes. Now add a line to the rcS file to start the script after things are mounted. The line might look like:
Code:
cd /etc/init.d && ./checkfs.sh