diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -26,12 +26,12 @@ request. | |||
26 | 26 | ||
27 | # Table of Contents | 27 | # Table of Contents |
28 | 28 | ||
29 | I. Adding the readonly-rootfs-overlay layer to your build | 29 | 1. [Adding the readonly-rootfs-overlay layer to your build](#adding-the-readonly-rootfs-overlay-layer-to-your-build) |
30 | II. Read-only root filesystem | 30 | 1. [Read-only root filesystem](#read-only-root-filesystem) |
31 | III. Kernel command line parameters | 31 | 1. [Kernel command line parameters](#kernel-command-line-parameters) |
32 | 32 | ||
33 | 33 | ||
34 | ## I. Adding the readonly-rootfs-overlay layer to your build | 34 | ## Adding the readonly-rootfs-overlay layer to your build |
35 | 35 | ||
36 | In order to use this layer, you need to make the build system aware of | 36 | In order to use this layer, you need to make the build system aware of |
37 | it. | 37 | it. |
@@ -50,12 +50,12 @@ other layers needed. e.g.: | |||
50 | " | 50 | " |
51 | ``` | 51 | ``` |
52 | 52 | ||
53 | ## II. Read-only root filesystem | 53 | ## Read-only root filesystem |
54 | 54 | ||
55 | If you use this layer you do *not* need to set `read-only-rootfs` in the | 55 | If you use this layer you do *not* need to set `read-only-rootfs` in the |
56 | `IMAGE_FEATURES` or `EXTRA_IMAGE_FEATURES` variable. | 56 | `IMAGE_FEATURES` or `EXTRA_IMAGE_FEATURES` variable. |
57 | 57 | ||
58 | ## III. Kernel command line parameters | 58 | ## Kernel command line parameters |
59 | 59 | ||
60 | Example: | 60 | Example: |
61 | 61 | ||