aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/kernel
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2018-05-07 15:51:34 -0700
committerClay Murphy <claym@google.com>2018-05-07 16:25:44 -0700
commit2f461f591c376486cd89434562131471c10fb1d2 (patch)
tree32d9f50448ba01b98916d555c04e68ac123eb99b /en/devices/architecture/kernel
parent008a9e0bf136d461480396e6971347ce1c8b9484 (diff)
downloadsource.android.com-2f461f591c376486cd89434562131471c10fb1d2.tar.gz
Docs: Changes to source.android.com
- 195735838 Omit Nexus 6P build for now, this is a follow up of cr/19... by Android Partner Docs <noreply@android.com> - 195718504 Tags for 2018/05 Security Release. by Android Partner Docs <noreply@android.com> - 195700751 Update all tenant freezes to contain last_published_cl: 0. by Android Partner Docs <noreply@android.com> - 195685647 Add last month's enhancements to News section on home by Clay Murphy <claym@google.com> - 195679418 Cloned from CL 194466703 by 'g4 patch'. by Clay Murphy <claym@google.com> - 195463680 Exclude 2017 Pixel bulletins from localization by Danielle Roberts <daroberts@google.com> - 195438214 Devsite localized content from translation request 0bd594... by Android Partner Docs <noreply@android.com> - 195434804 Change from preview link to link that it resolved to. by Danielle Roberts <daroberts@google.com> - 195307570 Devsite localized content from translation request 315297... by Android Partner Docs <noreply@android.com> - 195268816 Fix spelling: passthough -> passthrough. by Mark Hecomovich <mheco@google.com> - 195268432 Devsite localized content from translation request 7a2fd8... by Android Partner Docs <noreply@android.com> - 195198267 Update modular kernel requirements by Android Partner Docs <noreply@android.com> - 195178304 Remove reference to ccache. by Android Partner Docs <noreply@android.com> - 195178297 Remove ccache reference. by Android Partner Docs <noreply@android.com> - 195151900 Minor documentation fixes by Android Partner Docs <noreply@android.com> PiperOrigin-RevId: 195735838 Change-Id: I4ae193dea515f236487e1533741006cb34a2a2c2
Diffstat (limited to 'en/devices/architecture/kernel')
-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