diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-19 07:01:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:43 +0000 |
commit | 128cdcf85d9f5d719bae8d641fe91f1db37dd8c9 (patch) | |
tree | 8cf3c974572b6ead2034a193c963a679175749ab /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 46a4fb250e12d9afaac7d6b4c1ac799f26971845 (diff) | |
download | poky-128cdcf85d9f5d719bae8d641fe91f1db37dd8c9.tar.gz |
dev-manual: Read-thru edits to "Creating a Read-Only Root Filesystem"
I changed the way I referenced the read-only-rootfs feature. Since
it is something on the right side of a variable equation, I decided
to not render it in a Courier font. I have quoted it.
(From yocto-docs rev: 90804e71e43cddd3ac7c194a677acaab0c866ed6)
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.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 23ea2df38e..5223aba158 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5458,7 +5458,7 @@ | |||
5458 | 5458 | ||
5459 | <para> | 5459 | <para> |
5460 | To create the read-only root filesystem, simply add the | 5460 | To create the read-only root filesystem, simply add the |
5461 | <filename>read-only-rootfs</filename> feature to your image. | 5461 | "read-only-rootfs" feature to your image. |
5462 | Using either of the following statements in your | 5462 | Using either of the following statements in your |
5463 | image recipe or from within the | 5463 | image recipe or from within the |
5464 | <filename>local.conf</filename> file found in the | 5464 | <filename>local.conf</filename> file found in the |
@@ -5494,13 +5494,13 @@ | |||
5494 | build on the host system. | 5494 | build on the host system. |
5495 | These scripts cannot attempt to run during first-boot on the | 5495 | These scripts cannot attempt to run during first-boot on the |
5496 | target device. | 5496 | target device. |
5497 | With the <filename>read-only-rootfs</filename> feature enabled, | 5497 | With the "read-only-rootfs" feature enabled, |
5498 | the build system checks during root filesystem creation to make | 5498 | the build system checks during root filesystem creation to make |
5499 | sure all post-installation scripts succeed. | 5499 | sure all post-installation scripts succeed. |
5500 | If any of these scripts still need to be run after the root | 5500 | If any of these scripts still need to be run after the root |
5501 | filesystem is created, the build immediately fails. | 5501 | filesystem is created, the build immediately fails. |
5502 | These build-time checks ensure that the build fails | 5502 | These build-time checks ensure that the build fails |
5503 | rather than the target device failing later during its | 5503 | rather than the target device fails later during its |
5504 | initial boot operation. | 5504 | initial boot operation. |
5505 | </para> | 5505 | </para> |
5506 | 5506 | ||
@@ -5552,7 +5552,7 @@ | |||
5552 | <title>Areas With Write Access</title> | 5552 | <title>Areas With Write Access</title> |
5553 | 5553 | ||
5554 | <para> | 5554 | <para> |
5555 | With the <filename>read-only-rootfs</filename> feature enabled, | 5555 | With the "read-only-rootfs" feature enabled, |
5556 | any attempt by the target to write to the root filesystem at | 5556 | any attempt by the target to write to the root filesystem at |
5557 | runtime fails. | 5557 | runtime fails. |
5558 | Consequently, you must make sure that you configure processes | 5558 | Consequently, you must make sure that you configure processes |