Skip to content

Commit

Permalink
init.d/root.in: fix eend message
Browse files Browse the repository at this point in the history
  • Loading branch information
navi-desu committed Jul 28, 2024
1 parent 6bfef87 commit ea310b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/root.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ea310b2

Please sign in to comment.