aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/kernel/modular-kernels.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture/kernel/modular-kernels.html')
-rw-r--r--en/devices/architecture/kernel/modular-kernels.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/en/devices/architecture/kernel/modular-kernels.html b/en/devices/architecture/kernel/modular-kernels.html
index 70debebe..fd1d8706 100644
--- a/en/devices/architecture/kernel/modular-kernels.html
+++ b/en/devices/architecture/kernel/modular-kernels.html
@@ -331,9 +331,6 @@ CUSTOM_IMAGE_VERITY_BLOCK_DEVICE := /dev/block/…./by-name/odm
<code>fstab</code> file fragments. For example, when specifying an entry to
mount <code>/vendor</code> in the device tree, the <code>fstab</code> file must
not repeat that entry.</li>
-<li>Only <code>/system</code>, <code>/odm</code>, or <code>/vendor</code> can be
-mounted early. Android does not include support to mount any other partitions in
-<code>init</code> first stage.</li>
<li>Partitions requiring <code>verifyatboot</code> <strong>must not</strong> be
early mounted (doing so is unsupported).</li>
<li>The verity mode/state for verified partitions must be specified in kernel
@@ -457,9 +454,6 @@ for AVB</a>.</li>
<code>fstab</code> file fragments. For example, if you specify an entry to mount
<code>/vendor</code> in the device tree, the <code>fstab</code> file must not
repeat that entry.</li>
-<li>Only <code>/system</code>, <code>/odm</code>, or <code>/vendor</code> can be
-mounted early. Android does not include support to mount any other partitions in
-<code>init</code> first stage.</li>
<li>VBoot 2.0 does not support <code>verifyatboot</code>, regardless of whether
early mount is enabled or not.</li>
<li>The verity mode/state for verified partitions must be specified in kernel