summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b1c4755..4daec18 100644
--- a/README.md
+++ b/README.md
@@ -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 291. [Adding the readonly-rootfs-overlay layer to your build](#adding-the-readonly-rootfs-overlay-layer-to-your-build)
30 II. Read-only root filesystem 301. [Read-only root filesystem](#read-only-root-filesystem)
31III. Kernel command line parameters 311. [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
36In order to use this layer, you need to make the build system aware of 36In order to use this layer, you need to make the build system aware of
37it. 37it.
@@ -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
55If you use this layer you do *not* need to set `read-only-rootfs` in the 55If 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
60Example: 60Example:
61 61