Hello!
I'm investigating /etc/rc script. And I found the following there:
if [ -e /fastboot ]; then
echo "Fast boot: skipping disk checks."
elif [ X"$1" = X"autoboot" ]; then
echo "Automatic boot in progress: starting file system checks."
hmm... if I put /fastboot, no filesystem will be checked ? how it supposed
to work for non-nfs filesystems ? is mount able to work with dirty
filesystem ?
what will happen if I put /fastboot and cold reset (which leaves
filesystems dirty) occures ?
Cheers,
Ilya Shipitsin