mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 11:55:25 +00:00
While we hoped to make the headings consistent over time while doing other edits, we should instead just make the squirrels happy and do them all at once or they'll likely never be made consistent. A python script was used to find the headings, and then a call to https://pypi.org/project/titlecase to transform the title. A visual inspection was used to tweak a few unexpected resulting titles. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
29 lines
1010 B
ReStructuredText
29 lines
1010 B
ReStructuredText
:orphan:
|
|
|
|
.. _nocl:
|
|
|
|
.. comment This page is a common place holder for references to /latest/
|
|
documentation that was removed from the 2.2 release but there are
|
|
lingering references to these docs out in the wild and in the Google
|
|
index. Give the reader a reference to the /2.1/ document instead.
|
|
|
|
This Document Was Removed
|
|
#########################
|
|
|
|
.. raw:: html
|
|
|
|
<script>
|
|
document.write("<p>The document you tried to access is " +
|
|
"obsolete and was removed, but can still be found " +
|
|
"<a href=\"" +
|
|
document.referrer.replace("/latest/","/2.1/") +
|
|
"\">here in the v2.1 documentation</a> archive.</p>")
|
|
</script>
|
|
|
|
|
|
In ACRN v2.2, deprivileged boot mode is no longer the default and will
|
|
be completely removed in ACRN v2.3. We're focusing instead on using
|
|
multiboot2 boot (via Grub). Multiboot2 is not supported in Clear Linux
|
|
though, so we're removing Clear Linux as the Service VM of choice and
|
|
with that, tutorial documentation about Clear Linux.
|