The fedora install guide mentions that its for AMD/Intel machines
but much of this process also directly applies 1:1 with the Arm
SBSA/SBBR/SystemReady class of machines which utilize industry
standard HW/SW in the form of UEFI/ACPI/etc. Lets
mention those alongside the AMD/Intel when appropriate.
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Before this change, this documentation in this repo would present the
reader with U+0022 QUOTATION MARKs. According to Unicode, it’s better to
use U+201C LEFT DOUBLE QUOTATION MARK and U+201D RIGHT DOUBLE QUOTATION
MARK (Source: https://www.unicode.org/charts/PDF/U0000.pdf#page=3).
Most of the time, AsciiDoc automatically replaces U+0027 APOSTROPHEs
with U+2019 RIGHT SINGLE QUOTATION MARKs. This doesn’t happen when
the apostrophe is at the end of the word (for example, “users'”).
For consistency, this change makes U+2019s appear at the ends of words.