diff options
-rwxr-xr-x | src/etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |