summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc b/src/etc/rc
index 301741f..514bfd0 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -46,8 +46,8 @@ if [ -e /root/force_fsck ]; then
fi
if [ "${PLATFORM}" != "cdrom" ]; then
- /sbin/fsck -p -F
FSCK_ACTION_NEEDED=0
+ /sbin/fsck -p -F
case $? in
0)
echo "Filesystems are clean, continuing..."
OpenPOWER on IntegriCloud