diff --git a/init.d/root.in b/init.d/root.in index df68c4364..b5b7c2bf6 100644 --- a/init.d/root.in +++ b/init.d/root.in @@ -57,7 +57,7 @@ start() ewarn "Ignoring 'shared' option for / on non-linux" ;; esac - eend $? "Root filesystem could not be mounted read/write" + eend $? "Root filesystem could not be made shared" ;; esac