init.d/root.in: fix eend message

This commit is contained in:
Anna (navi) Figueiredo Gomes 2024-07-28 04:07:36 +02:00
parent 6bfef87736
commit ea310b2e58
1 changed files with 1 additions and 1 deletions

View File

@ -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