summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 11:26:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:18 +0100
commitc7e81cc9097d350d63fc58ffd181dcb6f47760e3 (patch)
tree96bcab5be460726463f42504160968eb5c7669ad /documentation/dev-manual/dev-manual-common-tasks.xml
parenteacedc09dea1bbbebe40743178c71c85aaf31e2c (diff)
downloadpoky-c7e81cc9097d350d63fc58ffd181dcb6f47760e3.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 97079e5aed..2037d462d2 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3886,7 +3886,7 @@
3886 Supporting a read-only root filesystem requires that the system and 3886 Supporting a read-only root filesystem requires that the system and
3887 applications do not try to write to the root filesystem. 3887 applications do not try to write to the root filesystem.
3888 You must configure all parts of the target system to write 3888 You must configure all parts of the target system to write
3889 elsewhere, or gracefully fail in the event of failing to 3889 elsewhere, or to gracefully fail in the event of failing to
3890 write to the root filesystem. 3890 write to the root filesystem.
3891 </note> 3891 </note>
3892 3892