dev-manual: Edits to "Creating a Read-Only Root Filesystem" section.

(From yocto-docs rev: 01767752d8481213a33d3ed3bbb1ac648cd5f613)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-16 11:26:29 -07:00 committed by Richard Purdie
parent eacedc09de
commit c7e81cc909
1 changed files with 1 additions and 1 deletions

View File

@ -3886,7 +3886,7 @@
Supporting a read-only root filesystem requires that the system and
applications do not try to write to the root filesystem.
You must configure all parts of the target system to write
elsewhere, or gracefully fail in the event of failing to
elsewhere, or to gracefully fail in the event of failing to
write to the root filesystem.
</note>