mirror of https://github.com/OpenRC/openrc.git
init.d/root.in: fix eend message
This commit is contained in:
parent
6bfef87736
commit
ea310b2e58
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue