summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commitc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch)
treed0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/ref-manual/ref-images.rst
parent6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff)
downloadpoky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-images.rst')
-rw-r--r--documentation/ref-manual/ref-images.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-images.rst b/documentation/ref-manual/ref-images.rst
index 47beda0c23..f0229c3bb7 100644
--- a/documentation/ref-manual/ref-images.rst
+++ b/documentation/ref-manual/ref-images.rst
@@ -6,7 +6,7 @@ Images
6 6
7The OpenEmbedded build system provides several example images to satisfy 7The OpenEmbedded build system provides several example images to satisfy
8different needs. When you issue the ``bitbake`` command you provide a 8different needs. When you issue the ``bitbake`` command you provide a
9top-level recipe that essentially begins the build for the type of 9"top-level" recipe that essentially begins the build for the type of
10image you want. 10image you want.
11 11
12.. note:: 12.. note::
@@ -85,7 +85,7 @@ Following is a list of supported recipes:
85 85
86- ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that 86- ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that
87 has the Minimal RAM-based Initial Root Filesystem (initramfs) as part 87 has the Minimal RAM-based Initial Root Filesystem (initramfs) as part
88 of the kernel, which allows the system to find the first init 88 of the kernel, which allows the system to find the first "init"
89 program more efficiently. See the 89 program more efficiently. See the
90 :term:`PACKAGE_INSTALL` variable for 90 :term:`PACKAGE_INSTALL` variable for
91 additional information helpful when working with initramfs images. 91 additional information helpful when working with initramfs images.