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 4c4b848..aaf920a 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -54,7 +54,7 @@ if [ ! "${PLATFORM}" = "cdrom" ]; then
FSCK_ACTION_NEEDED=1
;;
*)
- echo "Stopping boot is recommended due to filesystem manual action needed, nevertheless it will be tried to repair the filesystem."
+ echo "Stopping boot is recommended because filesystem manual action is needed, nevertheless automated repair of the filesystem will be attempted."
FSCK_ACTION_NEEDED=1
;;
esac
OpenPOWER on IntegriCloud