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 ac58970475
commit 4f65354b56

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>