|
Lines 60-66
Link Here
|
| 60 |
FSCK_FORCE="" |
60 |
FSCK_FORCE="" |
| 61 |
test -f /forcefsck && FSCK_FORCE="-f" |
61 |
test -f /forcefsck && FSCK_FORCE="-f" |
| 62 |
echo "Checking file systems..." |
62 |
echo "Checking file systems..." |
| 63 |
fsck $FSCK_PROGRESSBAR -R -A -a $FSCK_FORCE |
63 |
fsck $FSCK_PROGRESSBAR -R -A -a $FSCK_FORCE -t noopts=hotplug |
| 64 |
# A return code of 1 indicates that file system errors |
64 |
# A return code of 1 indicates that file system errors |
| 65 |
# were corrected, but that the boot may proceed. |
65 |
# were corrected, but that the boot may proceed. |
| 66 |
# A return code of 2 or larger indicates failure. |
66 |
# A return code of 2 or larger indicates failure. |