summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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:32 +0100
commit4f65354b56a70a9f5c3b7ee58a3939ca4833478b (patch)
tree4279bd63dc2ec8ea03dc88ae7674631310ad5cb7 /documentation/dev-manual
parentac58970475a4b2abd6c2d359ae4257222ef258fb (diff)
downloadpoky-4f65354b56a70a9f5c3b7ee58a3939ca4833478b.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')
-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